[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Postprocessor used to output the grid. More...
#include <high_order_grid.h>
Public Member Functions | |
virtual void | evaluate_vector_field (const dealii::DataPostprocessorInputs::Vector< dim > &inputs, std::vector< dealii::Vector< double >> &computed_quantities) const override |
Evaluates the values of interest to output. | |
virtual std::vector< std::string > | get_names () const override |
Returns the names associated with the output data. | |
virtual std::vector< dealii::DataComponentInterpretation::DataComponentInterpretation > | get_data_component_interpretation () const override |
Returns the DCI associated with the output data. | |
virtual dealii::UpdateFlags | get_needed_update_flags () const override |
Returns the update flags required to evaluate the output data. | |
Postprocessor used to output the grid.
Definition at line 457 of file high_order_grid.h.