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

Public Member Functions

 ComponentMasks (const FEVariableCollection< dim > &fevs, const Introspection< dim >::ComponentIndices &indices)
 

Public Attributes

ComponentMask velocities
 
ComponentMask pressure
 
ComponentMask temperature
 
std::vector< ComponentMask > compositional_fields
 

Detailed Description

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

A structure that contains component masks for each of the variables in this problem. Component masks are a deal.II concept, see the deal.II glossary.

Definition at line 354 of file introspection.h.

Constructor & Destructor Documentation

§ ComponentMasks()

template<int dim>
aspect::Introspection< dim >::ComponentMasks::ComponentMasks ( const FEVariableCollection< dim > &  fevs,
const Introspection< dim >::ComponentIndices indices 
)

Member Data Documentation

§ velocities

template<int dim>
ComponentMask aspect::Introspection< dim >::ComponentMasks::velocities

Definition at line 358 of file introspection.h.

§ pressure

template<int dim>
ComponentMask aspect::Introspection< dim >::ComponentMasks::pressure

Definition at line 359 of file introspection.h.

§ temperature

template<int dim>
ComponentMask aspect::Introspection< dim >::ComponentMasks::temperature

Definition at line 360 of file introspection.h.

§ compositional_fields

template<int dim>
std::vector<ComponentMask> aspect::Introspection< dim >::ComponentMasks::compositional_fields

Definition at line 361 of file introspection.h.


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