v0.14.0 |
#include <users_modules/basic_finite_elements/src/PCMGSetUpViaApproxOrders.hpp>
Public Member Functions | |
PCMGSubMatrixCtx (Mat a, IS is) | |
virtual | ~PCMGSubMatrixCtx () |
Public Attributes | |
Mat | A |
Vec | X |
Vec | F |
IS | iS |
VecScatter | sCat |
Definition at line 9 of file PCMGSetUpViaApproxOrders.hpp.
PCMGSubMatrixCtx::PCMGSubMatrixCtx | ( | Mat | a, |
IS | is | ||
) |
|
virtual |
Mat PCMGSubMatrixCtx::A |
Definition at line 10 of file PCMGSetUpViaApproxOrders.hpp.
Vec PCMGSubMatrixCtx::F |
Definition at line 11 of file PCMGSetUpViaApproxOrders.hpp.
IS PCMGSubMatrixCtx::iS |
Definition at line 12 of file PCMGSetUpViaApproxOrders.hpp.
VecScatter PCMGSubMatrixCtx::sCat |
Definition at line 13 of file PCMGSetUpViaApproxOrders.hpp.
Vec PCMGSubMatrixCtx::X |
Definition at line 11 of file PCMGSetUpViaApproxOrders.hpp.