Simulator programs and utilities for automatic differentiation.
Go to file
Bård Skaflestad 7976cffaf3 Correct a supremely embarrassing typo: When counting the number of
cell-to-cell connections (i.e., when calling count_block_conns()),
  inspect the pointer array (pc2c) rather than the cell array itself
  (c2c).  Clue-by-four supplied by gdb(1).

  Move self connection handling to partition_create_c2c().

  Adjust dfs() 'work' array size to comply with new requirements of
  -r5088.
2010-08-20 17:24:26 +00:00
dfs.c Fix embarrasing error. 2010-08-20 14:18:22 +00:00
dfs.h A depth-first graph traversal to find connected components of graph. 2010-08-19 10:46:58 +00:00
mimetic.c Add preliminary support for wells in 'mex_ip_simple'. This is 2010-08-11 18:31:01 +00:00
mimetic.h Add preliminary support for wells in 'mex_ip_simple'. This is 2010-08-11 18:31:01 +00:00
partition.c Correct a supremely embarrassing typo: When counting the number of 2010-08-20 17:24:26 +00:00
partition.h Add stub implementation of algorithm for splitting blocks. 2010-08-19 16:33:13 +00:00