ryujin 2.1.1 revision 0348cbb53a3e4b1da2a4c037e81f88f2d21ce219
|
#include <source/selected_components_extractor.h>
Public Types | |
using | HyperbolicSystem = typename Description::HyperbolicSystem |
using | View = typename Description::template HyperbolicSystemView< dim, Number > |
using | StateVector = typename View::StateVector |
using | InitialPrecomputedVector = typename View::InitialPrecomputedVector |
using | ScalarVector = Vectors::ScalarVector< Number > |
Public Member Functions | |
SelectedComponentsExtractor ()=delete | |
Static Public Member Functions | |
static void | check (const std::vector< std::string > &selected) |
static std::vector< ScalarVector > | extract (const HyperbolicSystem &hyperbolic_system, const StateVector &state_vector, const InitialPrecomputedVector &initial_precomputed, const ScalarVector &alpha, const std::vector< std::string > &selected) |
Definition at line 13 of file selected_components_extractor.h.
using ryujin::SelectedComponentsExtractor< Description, dim, Number >::HyperbolicSystem = typename Description::HyperbolicSystem |
Definition at line 14 of file selected_components_extractor.h.
using ryujin::SelectedComponentsExtractor< Description, dim, Number >::View = typename Description::template HyperbolicSystemView<dim, Number> |
Definition at line 16 of file selected_components_extractor.h.
using ryujin::SelectedComponentsExtractor< Description, dim, Number >::StateVector = typename View::StateVector |
Definition at line 19 of file selected_components_extractor.h.
using ryujin::SelectedComponentsExtractor< Description, dim, Number >::InitialPrecomputedVector = typename View::InitialPrecomputedVector |
Definition at line 20 of file selected_components_extractor.h.
using ryujin::SelectedComponentsExtractor< Description, dim, Number >::ScalarVector = Vectors::ScalarVector<Number> |
Definition at line 21 of file selected_components_extractor.h.
|
delete |
|
inlinestatic |
Definition at line 25 of file selected_components_extractor.h.
Referenced by ryujin::VTUOutput< Description, dim, Number >::prepare().
|
inlinestatic |
Definition at line 48 of file selected_components_extractor.h.
Referenced by ryujin::VTUOutput< ryujin::Euler::Description, dim, double >::prepare().