include/meltpooldg/species_transport/output_post_processor.hpp Source File
|
Developer Documentation
|
output_post_processor.hpp
Go to the documentation of this file.
Definition output_post_processor.hpp:30
void evaluate_vector_field(const dealii::DataPostprocessorInputs::Vector< dim > &inputs, std::vector< dealii::Vector< number > > &computed_quantities) const override
Definition output_post_processor.hpp:88
std::vector< std::string > get_names() const override
Definition output_post_processor.hpp:59
std::vector< std::string > species_names
Names of the species for output labeling.
Definition output_post_processor.hpp:110
MassFractionPostProcessor(const std::function< View(typename View::state_type &)> &view_creator, const std::vector< std::string > &species_names)
Definition output_post_processor.hpp:43
dealii::UpdateFlags get_needed_update_flags() const override
Definition output_post_processor.hpp:72
const std::function< View(typename View::state_type &)> view_creator
Definition output_post_processor.hpp:107
std::vector< dealii::DataComponentInterpretation::DataComponentInterpretation > get_data_component_interpretation() const override
Definition output_post_processor.hpp:65
Definition output_post_processor.hpp:123
std::vector< std::string > species_names
Names of the species for output labeling.
Definition output_post_processor.hpp:204
std::vector< std::string > get_names() const override
Definition output_post_processor.hpp:153
void evaluate_vector_field(const dealii::DataPostprocessorInputs::Vector< dim > &inputs, std::vector< dealii::Vector< number > > &computed_quantities) const override
Definition output_post_processor.hpp:182
std::vector< dealii::DataComponentInterpretation::DataComponentInterpretation > get_data_component_interpretation() const override
Definition output_post_processor.hpp:159
const std::function< View(typename View::state_type &)> view_creator
Definition output_post_processor.hpp:201
dealii::UpdateFlags get_needed_update_flags() const override
Definition output_post_processor.hpp:166
PartialDensityPostProcessor(const std::function< View(typename View::state_type &)> &view_creator, const std::vector< std::string > &species_names)
Definition output_post_processor.hpp:136
Definition boundary_conditions.hpp:8
Generated by