54 using BlockVectorType =
typename Base::BlockVectorType;
56 using AcousticsOperator =
typename Base::AcousticsOperator;
58 static unsigned int const block_index_pressure = AcousticsOperator::block_index_pressure;
59 static unsigned int const block_index_velocity = AcousticsOperator::block_index_velocity;
64 virtual ~PostProcessor();
67 setup(AcousticsOperator
const & pde_operator)
final;
70 do_postprocessing(BlockVectorType
const & solution,
71 double const time = 0.0,
72 types::time_step
const time_step_number = numbers::steady_timestep)
final;
75 MPI_Comm
const mpi_comm;
Definition postprocessor_base.h:41
Definition postprocessor.h:38