|
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 285 of file introspection.h.
| unsigned int aspect::Introspection< dim >::BaseElements::velocities |
Definition at line 287 of file introspection.h.
| unsigned int aspect::Introspection< dim >::BaseElements::pressure |
Definition at line 288 of file introspection.h.
| unsigned int aspect::Introspection< dim >::BaseElements::temperature |
Definition at line 289 of file introspection.h.
| std::vector<unsigned int> aspect::Introspection< dim >::BaseElements::compositional_fields |
Definition at line 290 of file introspection.h.