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

Public Member Functions

 ComponentMasks (FEVariableCollection< dim > &fevs)
 

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 331 of file introspection.h.

Constructor & Destructor Documentation

§ ComponentMasks()

template<int dim>
aspect::Introspection< dim >::ComponentMasks::ComponentMasks ( FEVariableCollection< dim > &  fevs)

Member Data Documentation

§ velocities

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

Definition at line 335 of file introspection.h.

§ pressure

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

Definition at line 336 of file introspection.h.

§ temperature

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

Definition at line 337 of file introspection.h.

§ compositional_fields

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

Definition at line 338 of file introspection.h.


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