ASPECT
Public Member Functions | Public Attributes | List of all members
aspect::Introspection< dim >::Extractors Struct Reference

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
 

Detailed Description

template<int dim>
struct aspect::Introspection< dim >::Extractors

A structure that contains FEValues extractors for every block of the finite element used in the overall description.

Definition at line 214 of file introspection.h.

Constructor & Destructor Documentation

§ Extractors()

template<int dim>
aspect::Introspection< dim >::Extractors::Extractors ( const ComponentIndices component_indices)

Member Data Documentation

§ velocities

template<int dim>
const FEValuesExtractors::Vector aspect::Introspection< dim >::Extractors::velocities

Definition at line 218 of file introspection.h.

§ pressure

template<int dim>
const FEValuesExtractors::Scalar aspect::Introspection< dim >::Extractors::pressure

Definition at line 219 of file introspection.h.

§ temperature

template<int dim>
const FEValuesExtractors::Scalar aspect::Introspection< dim >::Extractors::temperature

Definition at line 220 of file introspection.h.

§ compositional_fields

template<int dim>
const std::vector<FEValuesExtractors::Scalar> aspect::Introspection< dim >::Extractors::compositional_fields

Definition at line 221 of file introspection.h.


The documentation for this struct was generated from the following file: