Simulator programs and utilities for automatic differentiation.
Go to file
Bård Skaflestad 714dfd0545 Add first fully functioning M-callable C implementation of the
'ip_simple' mimetic inner product.  Coincides with the results from
  'computeMimeticIP' to (roughly) the order of round-off on a
  non-trivial test case.

  The calling interface is

      BI = mex_ip_simple(G, rock)

  and some latitude has been extended towards multiple data types in
  the various G fields (e.g., G.cells.facePos may be an 'int32').

  Additional clean-up and optimisation is likely.
2010-07-08 23:28:33 +00:00
mimetic.c Add first fully functioning M-callable C implementation of the 2010-07-08 23:28:33 +00:00
mimetic.h Implement cell loop (tentatively named mim_ip_simple_all()) and a 2010-07-04 21:44:04 +00:00