include/meltpooldg/compressible_flow/state_views_n_species.hpp File Reference
|
Developer Documentation
|
state_views_n_species.hpp File Reference
#include <meltpooldg/compressible_flow/data_types.hpp>#include <meltpooldg/compressible_flow/state_views.hpp>#include <meltpooldg/compressible_flow/state_views_multi_species.hpp>
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.
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 |
Generated by