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

Public Attributes

unsigned int velocities
 
unsigned int pressure
 
unsigned int temperature
 
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.

If there are compositional fields, they are all discretized with the same base element and, consequently, we only need a single index. If a variable does not exist in the problem (e.g., we do not have compositional fields), then the corresponding index is set to an invalid number.

Definition at line 239 of file introspection.h.

Member Data Documentation

§ velocities

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

Definition at line 241 of file introspection.h.

§ pressure

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

Definition at line 242 of file introspection.h.

§ temperature

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

Definition at line 243 of file introspection.h.

§ compositional_fields

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

Definition at line 244 of file introspection.h.


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