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

Public Attributes

unsigned int velocities
 
unsigned int pressure
 
unsigned int temperature
 
std::vector< unsigned int > compositional_fields
 

Detailed Description

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

A structure that enumerates the base elements of the finite element that correspond to each of the variables in this problem.

The indices here can be used to access the ::FiniteElement that describes the given variable. We support different finite elements for compositional fields, but we try to reuse the same element if possible.

Definition at line 255 of file introspection.h.

Member Data Documentation

§ velocities

template<int dim>
unsigned int aspect::Introspection< dim >::BaseElements::velocities

Definition at line 257 of file introspection.h.

§ pressure

template<int dim>
unsigned int aspect::Introspection< dim >::BaseElements::pressure

Definition at line 258 of file introspection.h.

§ temperature

template<int dim>
unsigned int aspect::Introspection< dim >::BaseElements::temperature

Definition at line 259 of file introspection.h.

§ compositional_fields

template<int dim>
std::vector<unsigned int> aspect::Introspection< dim >::BaseElements::compositional_fields

Definition at line 260 of file introspection.h.


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