![]() |
v0.14.0 |
Classes | |
struct | MoFEM::Problem |
keeps basic data about problem More... | |
struct | MoFEM::ProblemChangeRefLevelBitAdd |
add ref level to problem More... | |
struct | MoFEM::ProblemChangeRefLevelBitSet |
set ref level to problem More... | |
struct | MoFEM::ProblemChangeRefLevelBitDofMaskSet |
set prof dof bit ref mask More... | |
struct | MoFEM::ProblemFiniteElementChangeBitAdd |
add finite element to problem More... | |
struct | MoFEM::ProblemChangeRefLevelBitDofMaskAdd |
set prof dof bit ref mask More... | |
struct | MoFEM::ProblemFiniteElementChangeBitUnSet |
remove finite element from problem More... | |
struct | MoFEM::ProblemZeroNbRowsChange |
zero nb. of DOFs in row More... | |
struct | MoFEM::ProblemZeroNbColsChange |
zero nb. of DOFs in col More... | |
struct | MoFEM::ProblemClearNumeredFiniteElementsChange |
clear problem finite elements More... | |
Macros | |
#define | _IT_NUMEREDDOF_ROW_FOR_LOOP_(PROBLEMPTR, IT) |
use with loops to iterate row DOFs More... | |
#define | _IT_NUMEREDDOF_COL_FOR_LOOP_(PROBLEMPTR, IT) |
#define | _IT_NUMEREDDOF_ROW_BY_LOCIDX_FOR_LOOP_(PROBLEMPTR, IT) |
use with loops to iterate row DOFs More... | |
#define | _IT_NUMEREDDOF_ROW_BY_ENT_FOR_LOOP_(PROBLEMPTR, ENT, IT) |
use with loops to iterate row DOFs More... | |
#define | _IT_NUMEREDDOF_COL_BY_ENT_FOR_LOOP_(PROBLEMPTR, ENT, IT) |
use with loops to iterate col DOFs More... | |
#define | _IT_NUMEREDDOF_ROW_BY_BITNUMBER_FOR_LOOP_(PROBLEMPTR, FIELD_BIT_NUMBER, IT) |
#define | _IT_NUMEREDDOF_COL_BY_BITNUMBER_FOR_LOOP_(PROBLEMPTR, FIELD_BIT_NUMBER, IT) |
use with loops to iterate col DOFs More... | |
#define _IT_NUMEREDDOF_COL_BY_BITNUMBER_FOR_LOOP_ | ( | PROBLEMPTR, | |
FIELD_BIT_NUMBER, | |||
IT | |||
) |
use with loops to iterate col DOFs
Definition at line 358 of file ProblemsMultiIndices.hpp.
#define _IT_NUMEREDDOF_COL_BY_ENT_FOR_LOOP_ | ( | PROBLEMPTR, | |
ENT, | |||
IT | |||
) |
use with loops to iterate col DOFs
Definition at line 297 of file ProblemsMultiIndices.hpp.
#define _IT_NUMEREDDOF_COL_FOR_LOOP_ | ( | PROBLEMPTR, | |
IT | |||
) |
use with loops to iterate col DOFs
Definition at line 181 of file ProblemsMultiIndices.hpp.
#define _IT_NUMEREDDOF_ROW_BY_BITNUMBER_FOR_LOOP_ | ( | PROBLEMPTR, | |
FIELD_BIT_NUMBER, | |||
IT | |||
) |
use with loops to iterate row DOFs
Definition at line 338 of file ProblemsMultiIndices.hpp.
#define _IT_NUMEREDDOF_ROW_BY_ENT_FOR_LOOP_ | ( | PROBLEMPTR, | |
ENT, | |||
IT | |||
) |
#define _IT_NUMEREDDOF_ROW_BY_LOCIDX_FOR_LOOP_ | ( | PROBLEMPTR, | |
IT | |||
) |
use with loops to iterate row DOFs
Definition at line 222 of file ProblemsMultiIndices.hpp.
#define _IT_NUMEREDDOF_ROW_FOR_LOOP_ | ( | PROBLEMPTR, | |
IT | |||
) |
use with loops to iterate row DOFs
Definition at line 164 of file ProblemsMultiIndices.hpp.