include/meltpooldg/compressible_flow/state_views_n_species.hpp File Reference

Developer Documentation: include/meltpooldg/compressible_flow/state_views_n_species.hpp File Reference
Developer Documentation
state_views_n_species.hpp File Reference
Include dependency graph for state_views_n_species.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MeltPoolDG::CompressibleFlow::ConcreteDofValueViewImpl< dim, n_species, StateType >
 
struct  MeltPoolDG::CompressibleFlow::ConcreteDofValueViewImpl< dim, 1, StateType >
 
struct  MeltPoolDG::CompressibleFlow::ConcreteDofStateViewImpl< dim, n_species, number, StateType >
 
struct  MeltPoolDG::CompressibleFlow::ConcreteDofStateViewImpl< dim, 1, number, StateType >
 
struct  MeltPoolDG::CompressibleFlow::ConcreteDofValueAndGradientStateViewImpl< dim, n_species, number, Value, Gradient >
 
struct  MeltPoolDG::CompressibleFlow::ConcreteDofValueAndGradientStateViewImpl< dim, 1, number, Value, Gradient >
 
struct  MeltPoolDG::CompressibleFlow::ConcreteFluxViewImpl< dim, n_species, FluxType >
 
struct  MeltPoolDG::CompressibleFlow::ConcreteFluxViewImpl< dim, 1, FluxType >
 

Namespaces

namespace  MeltPoolDG
 Interface for a general preconditioner.
 
namespace  MeltPoolDG::CompressibleFlow
 This file contains various functions that can be used to set and evaluate boundary conditions for the compressible flow solver. The functions can be directly used with the BoundaryConditions class, which provides an interface to manage and evaluate the different boundary conditions in the solver.
 

Typedefs

template<int dim, int n_species, IsConservedStateCompatible< dim > StateType>
using MeltPoolDG::CompressibleFlow::NSpeciesDofValueView = typename ConcreteDofValueViewImpl< dim, n_species, StateType >::type
 
template<int dim, int n_species, typename number , IsConservedStateCompatible< dim > StateType>
using MeltPoolDG::CompressibleFlow::NSpeciesDofStateView = typename ConcreteDofStateViewImpl< dim, n_species, number, StateType >::type
 
template<int dim, int n_species, typename number , IsConservedStateCompatible< dim > Value, IsConservedGradientCompatible< dim > Gradient>
using MeltPoolDG::CompressibleFlow::NSpeciesDofValueAndGradientStateView = typename ConcreteDofValueAndGradientStateViewImpl< dim, n_species, number, Value, Gradient >::type
 
template<int dim, int n_species, typename FluxType >
using MeltPoolDG::CompressibleFlow::NSpeciesFluxView = typename ConcreteFluxViewImpl< dim, n_species, FluxType >::type