v0.14.0 |
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 | |||
) |
use with loops to iterate row DOFs
Definition at line 281 of file ProblemsMultiIndices.hpp.
#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.