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

Public Attributes

unsigned int velocities [dim]
 
unsigned int pressure
 
unsigned int temperature
 
std::vector< unsigned int > compositional_fields
 

Detailed Description

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

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

Definition at line 173 of file introspection.h.

Member Data Documentation

§ velocities

template<int dim>
unsigned int aspect::Introspection< dim >::ComponentIndices::velocities[dim]

Definition at line 175 of file introspection.h.

§ pressure

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

Definition at line 176 of file introspection.h.

§ temperature

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

Definition at line 177 of file introspection.h.

§ compositional_fields

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

Definition at line 178 of file introspection.h.


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