Subproblem problem data.
More...
#include "src/multi_indices/ProblemsMultiIndices.hpp"
Subproblem problem data.
Definition at line 572 of file ProblemsMultiIndices.hpp.
◆ SubProblemData()
MoFEM::Problem::SubProblemData::SubProblemData |
( |
| ) |
|
|
default |
◆ ~SubProblemData()
virtual MoFEM::Problem::SubProblemData::~SubProblemData |
( |
| ) |
|
|
virtualdefault |
◆ getColIs()
get col Is for sub problem
- Parameters
-
- Returns
- error code
Definition at line 605 of file ProblemsMultiIndices.hpp.
605 {
608 PetscObjectReference((PetscObject)(*is));
610 };
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define MoFEMFunctionBeginHot
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
SmartPetscObj< IS > colIs
indices of main problem of which sub problem is this
◆ getColMap()
get col AO mapping for sub problem
- Parameters
-
- Returns
- error code
Definition at line 629 of file ProblemsMultiIndices.hpp.
629 {
632 PetscObjectReference((PetscObject)(*ao));
634 }
SmartPetscObj< AO > colMap
mapping form main problem indices to sub-problem indices
◆ getRowIs()
get row Is for sub problem
- Parameters
-
- Returns
- error code
Definition at line 593 of file ProblemsMultiIndices.hpp.
593 {
596 PetscObjectReference((PetscObject)(*is));
598 }
SmartPetscObj< IS > rowIs
indices of main problem of which sub problem is this
◆ getRowMap()
get row AO mapping for sub problem
- Parameters
-
- Returns
- error code
Definition at line 617 of file ProblemsMultiIndices.hpp.
617 {
620 PetscObjectReference((PetscObject)(*ao));
622 }
SmartPetscObj< AO > rowMap
mapping form main problem indices to sub-problem indices
◆ getSmartColIs()
auto MoFEM::Problem::SubProblemData::getSmartColIs |
( |
| ) |
|
|
inline |
◆ getSmartColMap()
auto MoFEM::Problem::SubProblemData::getSmartColMap |
( |
| ) |
|
|
inline |
◆ getSmartRowIs()
auto MoFEM::Problem::SubProblemData::getSmartRowIs |
( |
| ) |
|
|
inline |
◆ getSmartRowMap()
auto MoFEM::Problem::SubProblemData::getSmartRowMap |
( |
| ) |
|
|
inline |
◆ colIs
◆ colMap
◆ rowIs
◆ rowMap
The documentation for this struct was generated from the following file: