49class DriverQuasiStatic
52 typedef dealii::LinearAlgebra::distributed::Vector<Number> VectorType;
58 MPI_Comm
const & mpi_comm_,
68 print_iterations()
const;
70 std::shared_ptr<TimerTree>
78 initialize_solution();
84 output_solver_info_header(
double const load_factor);
86 std::tuple<unsigned int, unsigned int>
87 solve_step(
double const load_factor,
bool const update_preconditioner);
90 postprocessing()
const;
92 std::shared_ptr<Interface::Operator<Number>> pde_operator;
94 std::shared_ptr<PostProcessorBase<Number>> postprocessor;
98 MPI_Comm
const mpi_comm;
102 dealii::ConditionalOStream pcout;
106 VectorType rhs_vector;
110 VectorType displacement_increment;
114 double last_load_increment;
116 unsigned int step_number;
118 std::shared_ptr<TimerTree> timer_tree;
122 std::tuple<unsigned long long, unsigned long long> >
Definition postprocessor_base.h:36