Subproblem problem data.
More...
#include <src/multi_indices/ProblemsMultiIndices.hpp>
Subproblem problem data.
Definition at line 568 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 601 of file ProblemsMultiIndices.hpp.
601 {
604 PetscObjectReference((PetscObject)(*is));
606 };
#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 625 of file ProblemsMultiIndices.hpp.
625 {
628 PetscObjectReference((PetscObject)(*ao));
630 }
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 589 of file ProblemsMultiIndices.hpp.
589 {
592 PetscObjectReference((PetscObject)(*is));
594 }
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 613 of file ProblemsMultiIndices.hpp.
613 {
616 PetscObjectReference((PetscObject)(*ao));
618 }
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: