49class DriverSteadyProblems
52 typedef dealii::LinearAlgebra::distributed::Vector<Number> VectorType;
56 DriverSteadyProblems(std::shared_ptr<Operator> operator_,
59 MPI_Comm
const & mpi_comm_,
68 std::shared_ptr<TimerTree>
76 initialize_solution();
82 postprocessing()
const;
84 std::shared_ptr<Operator> pde_operator;
88 MPI_Comm
const mpi_comm;
92 dealii::ConditionalOStream pcout;
94 std::shared_ptr<TimerTree> timer_tree;
98 VectorType rhs_vector;
100 std::shared_ptr<PostProcessorInterface<Number>> postprocessor;
Definition postprocessor_base.h:44