|
ASPECT
|
Public Attributes | |
| unsigned int | max_degree |
| unsigned int | velocities |
| unsigned int | temperature |
| std::vector< unsigned int > | compositional_fields |
| unsigned int | max_compositional_field |
A structure that contains the polynomial degree 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 polynomial degree and, consequently, we only need a single integer.
Definition at line 268 of file introspection.h.
| unsigned int aspect::Introspection< dim >::PolynomialDegree::max_degree |
Definition at line 270 of file introspection.h.
| unsigned int aspect::Introspection< dim >::PolynomialDegree::velocities |
Definition at line 271 of file introspection.h.
| unsigned int aspect::Introspection< dim >::PolynomialDegree::temperature |
Definition at line 272 of file introspection.h.
| std::vector<unsigned int> aspect::Introspection< dim >::PolynomialDegree::compositional_fields |
Definition at line 273 of file introspection.h.
| unsigned int aspect::Introspection< dim >::PolynomialDegree::max_compositional_field |
Definition at line 274 of file introspection.h.