ExaDG
Loading...
Searching...
No Matches
ExaDG::ConvDiff::TimeIntBDF< dim, Number > Member List

This is the complete list of members for ExaDG::ConvDiff::TimeIntBDF< dim, Number >, including all inherited members.

adaptive_time_stepping (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBaseprotected
advance_one_timestep() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
advance_one_timestep_post_solve() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
advance_one_timestep_pre_solve(bool const print_header) (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
advance_one_timestep_solve() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
ale_update() (defined in ExaDG::ConvDiff::TimeIntBDF< dim, Number >)ExaDG::ConvDiff::TimeIntBDF< dim, Number >
bdf (defined in ExaDG::TimeIntBDFBase)ExaDG::TimeIntBDFBaseprotected
do_timestep() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
do_timestep_post_solve() final (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBaseprotectedvirtual
do_timestep_pre_solve(bool const print_header) final (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBaseprotectedvirtual
end_time (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
eps (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
extra (defined in ExaDG::TimeIntBDFBase)ExaDG::TimeIntBDFBaseprotected
extrapolate_solution(VectorType &vector) (defined in ExaDG::ConvDiff::TimeIntBDF< dim, Number >)ExaDG::ConvDiff::TimeIntBDF< dim, Number >
finished() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
get_current_order() const (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBaseprotected
get_next_time() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
get_number_of_time_steps() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
get_previous_time(int const i) const (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBase
get_scaling_factor_time_derivative_term() const (defined in ExaDG::TimeIntBDFBase)ExaDG::TimeIntBDFBaseprotected
get_solution_np() const (defined in ExaDG::ConvDiff::TimeIntBDF< dim, Number >)ExaDG::ConvDiff::TimeIntBDF< dim, Number >
get_time() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
get_time_step_number() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
get_time_step_size() const final (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBasevirtual
get_time_step_size(int const index) const (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBase
get_time_step_vector() const (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBaseprotected
get_timings() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
global_timer (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
interpolate_after_coarsening_and_refinement() final (defined in ExaDG::ConvDiff::TimeIntBDF< dim, Number >)ExaDG::ConvDiff::TimeIntBDF< dim, Number >virtual
is_test (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
max_number_of_time_steps (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
mpi_comm (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
order (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBaseprotected
output_remaining_time() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
output_solver_info_header() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
pcout (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
prepare_coarsening_and_refinement() final (defined in ExaDG::ConvDiff::TimeIntBDF< dim, Number >)ExaDG::ConvDiff::TimeIntBDF< dim, Number >virtual
print_iterations() const (defined in ExaDG::ConvDiff::TimeIntBDF< dim, Number >)ExaDG::ConvDiff::TimeIntBDF< dim, Number >
push_back_time_step_sizes() (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBaseprotected
read_restart() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
reset_time(double const &current_time) (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
restart_data (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
set_current_time_step_size(double const &time_step_size) final (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBasevirtual
set_velocities_and_times(std::vector< VectorType const * > const &velocities_in, std::vector< double > const &times_in) (defined in ExaDG::ConvDiff::TimeIntBDF< dim, Number >)ExaDG::ConvDiff::TimeIntBDF< dim, Number >
setup(bool const do_restart) final (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBasevirtual
start_time (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
start_with_low_order (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBaseprotected
started() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
time (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
time_step_number (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
time_steps (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBaseprotected
TimeIntBase(double const &start_time_, double const &end_time_, unsigned int const max_number_of_time_steps_, RestartData const &restart_data_, MPI_Comm const &mpi_comm_, bool const is_test_) (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
TimeIntBDF(std::shared_ptr< Operator< dim, Number > > operator_in, std::shared_ptr< HelpersALE< dim, Number > const > helpers_ale_in, std::shared_ptr< PostProcessorInterface< Number > > postprocessor_in, Parameters const &param_in, MPI_Comm const &mpi_comm_in, bool const is_test_in) (defined in ExaDG::ConvDiff::TimeIntBDF< dim, Number >)ExaDG::ConvDiff::TimeIntBDF< dim, Number >
TimeIntBDFBase(double const start_time_, double const end_time_, unsigned int const max_number_of_time_steps_, unsigned const order_, bool const start_with_low_order_, bool const adaptive_time_stepping_, RestartData const &restart_data_, MPI_Comm const &mpi_comm_, bool const is_test_) (defined in ExaDG::TimeIntBDFBase)ExaDG::TimeIntBDFBase
TimeIntMultistepBase(double const start_time_, double const end_time_, unsigned int const max_number_of_time_steps_, unsigned const order_, bool const start_with_low_order_, bool const adaptive_time_stepping_, RestartData const &restart_data_, MPI_Comm const &mpi_comm_, bool const is_test_) (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBase
timeloop() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
timeloop_steady_problem() (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBase
timer_tree (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
update_time_integrator_constants() override (defined in ExaDG::TimeIntBDFBase)ExaDG::TimeIntBDFBaseprotectedvirtual
VectorType typedef (defined in ExaDG::ConvDiff::TimeIntBDF< dim, Number >)ExaDG::ConvDiff::TimeIntBDF< dim, Number >
write_restart() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
~TimeIntBase() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseinlinevirtual
~TimeIntMultistepBase() (defined in ExaDG::TimeIntMultistepBase)ExaDG::TimeIntMultistepBaseinlinevirtual