ASPECT
|
Classes | |
struct | DataPoint |
Private Member Functions | |
void | stokes_solver_callback (const SolverControl &solver_control_cheap, const SolverControl &solver_control_expensive) |
Private Attributes | |
std::vector< DataPoint > | entries |
Additional Inherited Members | |
Static Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
static void | declare_parameters (ParameterHandler &prm) |
Static Public Member Functions inherited from aspect::SimulatorAccess< dim > | |
static void | get_composition_values_at_q_point (const std::vector< std::vector< double >> &composition_values, const unsigned int q, std::vector< double > &composition_values_at_q_point) |
A postprocessor that outputs Stokes residuals to a file stokes_residuals.txt.
Definition at line 42 of file stokes_residual.h.
aspect::Postprocess::StokesResidual< dim >::StokesResidual | ( | ) |
Constructor.
|
overridevirtual |
This attaches to the Stokes solver signal.
Reimplemented from aspect::Plugins::InterfaceBase.
|
overridevirtual |
Generate the output file.
Implements aspect::Postprocess::Interface< dim >.
|
overridevirtual |
Save the state of this object.
Reimplemented from aspect::Postprocess::Interface< dim >.
|
overridevirtual |
Restore the state of the object.
Reimplemented from aspect::Postprocess::Interface< dim >.
void aspect::Postprocess::StokesResidual< dim >::serialize | ( | Archive & | ar, |
const unsigned int | version | ||
) |
Serialize the contents of this class as far as they are not read from input parameter files.
|
private |
Callback function to collect the data.
|
private |
An array of all the past values
Definition at line 101 of file stokes_residual.h.