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.
608 PetscObjectReference((PetscObject)(*is));
◆ getColMap()
get col AO mapping for sub problem
- Parameters
-
- Returns
- error code
Definition at line 629 of file ProblemsMultiIndices.hpp.
632 PetscObjectReference((PetscObject)(*ao));
◆ getRowIs()
get row Is for sub problem
- Parameters
-
- Returns
- error code
Definition at line 593 of file ProblemsMultiIndices.hpp.
596 PetscObjectReference((PetscObject)(*is));
◆ getRowMap()
get row AO mapping for sub problem
- Parameters
-
- Returns
- error code
Definition at line 617 of file ProblemsMultiIndices.hpp.
620 PetscObjectReference((PetscObject)(*ao));
◆ 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: