![]() |
ASPECT
|
Public Attributes | |
unsigned int | velocities |
unsigned int | pressure |
unsigned int | temperature |
unsigned int | compositional_fields |
A structure that enumerates the base elements of the finite element that correspond to each of the variables in this problem.
If there are compositional fields, they are all discretized with the same base element and, consequently, we only need a single index. If a variable does not exist in the problem (e.g., we do not have compositional fields), then the corresponding index is set to an invalid number.
Definition at line 236 of file introspection.h.
unsigned int aspect::Introspection< dim >::BaseElements::velocities |
Definition at line 238 of file introspection.h.
unsigned int aspect::Introspection< dim >::BaseElements::pressure |
Definition at line 239 of file introspection.h.
unsigned int aspect::Introspection< dim >::BaseElements::temperature |
Definition at line 240 of file introspection.h.
unsigned int aspect::Introspection< dim >::BaseElements::compositional_fields |
Definition at line 241 of file introspection.h.