ASPECT
Public Types | List of all members
aspect::Parameters< dim >::AdvectionFieldMethod Struct Reference

Public Types

enum  Kind {
  fem_field, particles, volume_of_fluid, static_field,
  fem_melt_field, fem_darcy_field, prescribed_field, prescribed_field_with_diffusion
}
 

Detailed Description

template<int dim>
struct aspect::Parameters< dim >::AdvectionFieldMethod

A struct that describes the available methods to solve advected fields. This type is at the moment only used to determine how to advect each compositional field – or what else to do with it if it doesn't satisfy an advection equation, for example if the compositional field just contains data interpolated from particles in each time step (particles) or if it contains data interpolated from other sources such as material outputs (prescribed_field), neither of which is further advected.

Definition at line 134 of file parameters.h.

Member Enumeration Documentation

§ Kind

Enumerator
fem_field 
particles 
volume_of_fluid 
static_field 
fem_melt_field 
fem_darcy_field 
prescribed_field 
prescribed_field_with_diffusion 

Definition at line 136 of file parameters.h.


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