My Project
|
Static Public Member Functions | |
static void | add () |
static PreconditionerFactory< Operator, Comm >::PrecPtr | createParILU (const Operator &op, const PropertyTree &prm, const Comm &comm, const int ilulevel) |
static size_t | interiorIfGhostLast (const Comm &comm) |
Helper method to determine if the local partitioning has the K interior cells from [0, K-1] and ghost cells from [K, N-1]. | |
|
inlinestatic |
Helper method to determine if the local partitioning has the K interior cells from [0, K-1] and ghost cells from [K, N-1].
Returns K if true, otherwise returns N. This is motivated by usage in the ParallelOverlappingILU0 preconditioner.