ASPECT
|
Public Attributes | |
unsigned int | velocities |
unsigned int | pressure |
unsigned int | temperature |
std::vector< 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.
The indices here can be used to access the ::FiniteElement that describes the given variable. We support different finite elements for compositional fields, but we try to reuse the same element if possible.
Definition at line 255 of file introspection.h.
unsigned int aspect::Introspection< dim >::BaseElements::velocities |
Definition at line 257 of file introspection.h.
unsigned int aspect::Introspection< dim >::BaseElements::pressure |
Definition at line 258 of file introspection.h.
unsigned int aspect::Introspection< dim >::BaseElements::temperature |
Definition at line 259 of file introspection.h.
std::vector<unsigned int> aspect::Introspection< dim >::BaseElements::compositional_fields |
Definition at line 260 of file introspection.h.