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 setup(AcousticsOperator
const & pde_operator)
final;
67 do_postprocessing(BlockVectorType
const & solution,
68 double const time = 0.0,
69 types::time_step
const time_step_number = numbers::steady_timestep)
final;
72 MPI_Comm
const mpi_comm;
Definition postprocessor_base.h:40
Definition postprocessor.h:38