ASPECT
|
Public Member Functions | |
Extractors (const ComponentIndices &component_indices) | |
Public Attributes | |
const FEValuesExtractors::Vector | velocities |
const FEValuesExtractors::Scalar | pressure |
const FEValuesExtractors::Scalar | temperature |
const std::vector< FEValuesExtractors::Scalar > | compositional_fields |
A structure that contains FEValues extractors for every block of the finite element used in the overall description.
Definition at line 230 of file introspection.h.
aspect::Introspection< dim >::Extractors::Extractors | ( | const ComponentIndices & | component_indices | ) |
const FEValuesExtractors::Vector aspect::Introspection< dim >::Extractors::velocities |
Definition at line 234 of file introspection.h.
const FEValuesExtractors::Scalar aspect::Introspection< dim >::Extractors::pressure |
Definition at line 235 of file introspection.h.
const FEValuesExtractors::Scalar aspect::Introspection< dim >::Extractors::temperature |
Definition at line 236 of file introspection.h.
const std::vector<FEValuesExtractors::Scalar> aspect::Introspection< dim >::Extractors::compositional_fields |
Definition at line 237 of file introspection.h.