opm-simulators/opm/simulators
Bård Skaflestad 27aaa28c71 Add Partitioner for Unstructured Connectivity Graph
Invokes Zoltan library and requires MPI.  Client code constructs an
abstract connectivity graph by defining connections/edges through
the 'registerConnection()' member function.  May also impose a
restriction that certain cells/vertices be placed in the same
domain/block in the resulting partition.  Client code must supply a
callback function that defines globally unique cell/vertex/object
IDs, across all MPI ranks, for each vertex in the connectivity
graph.

Member function 'partitionElement()' forms the resulting partition
vector, the size of which is the total number of objects visible to
the local rank-typically the number of cells owned by the rank, and
the number of overlap cells--i.e., the size of the local grid view.
2023-11-15 13:31:41 +01:00
..
aquifers Enabling disGas and watVap at compile time for gasWaterBrine 2023-11-07 18:35:30 +01:00
flow Merge pull request #4978 from akva2/loghelper_refactor_fip_output 2023-11-10 14:49:09 +01:00
linalg Bugfix. Deprecated getCollectiveComminication warning 2023-10-31 08:40:46 +01:00
timestepping log problem if asked to continue with nonconverged nonlinear solver. 2023-11-08 17:16:21 +01:00
utils Add Partitioner for Unstructured Connectivity Graph 2023-11-15 13:31:41 +01:00
wells Extract Binary_Search Out to Helper 2023-11-15 13:31:41 +01:00
opm-simulators_doxygen_main.hpp Moved all remaining files out of opm/autodiff. 2019-06-20 11:00:51 +02:00