| ExaDG
    | 
 
  
| Public Types | |
| using | Base = PostProcessorBase<dim, Number> | 
| using | BlockVectorType = typename Base::BlockVectorType | 
| using | AcousticsOperator = typename Base::AcousticsOperator | 
| Public Member Functions | |
| PostProcessor (PostProcessorData< dim > const &postprocessor_data, MPI_Comm const &mpi_comm) | |
| void | setup (AcousticsOperator const &pde_operator) final | 
| void | do_postprocessing (BlockVectorType const &solution, double const time=0.0, types::time_step const time_step_number=numbers::steady_timestep) final | 
| Protected Attributes | |
| MPI_Comm const | mpi_comm | 
| Additional Inherited Members | |
|  Protected Types inherited from ExaDG::Acoustics::PostProcessorBase< dim, Number > | |
| using | VectorType = typename PostProcessorInterface<Number>::BlockVectorType | 
| using | AcousticsOperator = SpatialOperator<dim, Number> | 
|  Protected Types inherited from ExaDG::Acoustics::PostProcessorInterface< Number > | |
| using | BlockVectorType = dealii::LinearAlgebra::distributed::BlockVector<Number> | 
| 
 | finalvirtual | 
| 
 | finalvirtual |