|
ExaDG
|
Public Types | |
| typedef dealii::LinearAlgebra::distributed::Vector< Number > | VectorType |
| typedef dealii::LinearAlgebra::distributed::BlockVector< Number > | BlockVectorType |
Public Member Functions | |
| DriverSteadyProblems (std::shared_ptr< OperatorCoupled< dim, Number > > operator_, std::shared_ptr< PostProcessorInterface< Number > > postprocessor_, Parameters const ¶m_, MPI_Comm const &mpi_comm_, bool const is_test_) | |
| void | setup () |
| void | solve (double const time=0.0, bool unsteady_problem=false) |
| VectorType const & | get_velocity () const |
| std::shared_ptr< TimerTree > | get_timings () const |
| void | print_iterations () const |