Public Types | |
using | VectorType = dealii::LinearAlgebra::distributed::Vector<Number> |
Public Member Functions | |
void | setup (std::shared_ptr< FluidFSI::ApplicationBase< dim, Number > > application, MPI_Comm const mpi_comm, bool const is_test) |
void | solve_ale () const |
std::shared_ptr< TimerTree > | get_timings_ale () const |
Public Attributes | |
std::shared_ptr< Grid< dim > > | grid |
std::shared_ptr< dealii::Mapping< dim > > | mapping |
std::shared_ptr< MultigridMappings< dim, Number > > | multigrid_mappings |
std::shared_ptr< IncNS::SpatialOperatorBase< dim, Number > > | pde_operator |
std::shared_ptr< IncNS::TimeIntBDF< dim, Number > > | time_integrator |
std::shared_ptr< IncNS::PostProcessorBase< dim, Number > > | postprocessor |
std::shared_ptr< DeformedMappingBase< dim, Number > > | ale_mapping |
std::shared_ptr< MultigridMappings< dim, Number > > | ale_multigrid_mappings |
std::shared_ptr< HelpersALE< dim, Number > > | helpers_ale |
std::shared_ptr< TimerTree > | timer_tree |