ExaDG
Loading...
Searching...
No Matches
ExaDG::Structure::TimeIntGenAlpha< dim, Number > Member List

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

advance_one_timestep() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
advance_one_timestep_partitioned_solve(bool const use_extrapolation)ExaDG::Structure::TimeIntGenAlpha< dim, Number >
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
compute_const_vector_acceleration_remainder(VectorType &const_vector, VectorType const &displacement_n, VectorType const &velocity_n, VectorType const &acceleration_n) const (defined in ExaDG::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >protected
compute_const_vector_velocity_remainder(VectorType &const_vector, VectorType const &displacement_n, VectorType const &velocity_n, VectorType const &acceleration_n) const (defined in ExaDG::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >protected
compute_initial_acceleration(bool const do_restart) (defined in ExaDG::Structure::TimeIntGenAlpha< dim, Number >)ExaDG::Structure::TimeIntGenAlpha< dim, Number >
do_timestep() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
end_time (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
eps (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
extrapolate_displacement_to_np(VectorType &displacement) (defined in ExaDG::Structure::TimeIntGenAlpha< dim, Number >)ExaDG::Structure::TimeIntGenAlpha< dim, Number >
extrapolate_velocity_to_np(VectorType &velocity) (defined in ExaDG::Structure::TimeIntGenAlpha< dim, Number >)ExaDG::Structure::TimeIntGenAlpha< dim, Number >
finished() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
get_displacement_np() (defined in ExaDG::Structure::TimeIntGenAlpha< dim, Number >)ExaDG::Structure::TimeIntGenAlpha< dim, Number >
get_mid_time() const (defined in ExaDG::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >protected
get_next_time() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
get_number_of_time_steps() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
get_scaling_factor_acceleration() const (defined in ExaDG::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >protected
get_scaling_factor_velocity() const (defined in ExaDG::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >protected
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::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >virtual
get_timings() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
get_velocity_n() (defined in ExaDG::Structure::TimeIntGenAlpha< dim, Number >)ExaDG::Structure::TimeIntGenAlpha< dim, Number >
get_velocity_np() (defined in ExaDG::Structure::TimeIntGenAlpha< dim, Number >)ExaDG::Structure::TimeIntGenAlpha< dim, Number >
global_timer (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
interpolate_after_coarsening_and_refinement() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBasevirtual
is_test (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
max_number_of_time_steps (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
output_remaining_time() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
output_solver_info_header() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
prepare_coarsening_and_refinement() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBasevirtual
print_iterations() const (defined in ExaDG::Structure::TimeIntGenAlpha< dim, Number >)ExaDG::Structure::TimeIntGenAlpha< dim, Number >
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::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >virtual
set_displacement(VectorType const &displacement) (defined in ExaDG::Structure::TimeIntGenAlpha< dim, Number >)ExaDG::Structure::TimeIntGenAlpha< dim, Number >
setup(bool const do_restart) final (defined in ExaDG::Structure::TimeIntGenAlpha< dim, Number >)ExaDG::Structure::TimeIntGenAlpha< dim, Number >virtual
start_time (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
started() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
time (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
time_step_number (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
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
TimeIntGenAlpha(std::shared_ptr< Interface::Operator< Number > > operator_, std::shared_ptr< PostProcessorBase< Number > > postprocessor_, Parameters const &param_, MPI_Comm const &mpi_comm_, bool const is_test_) (defined in ExaDG::Structure::TimeIntGenAlpha< dim, Number >)ExaDG::Structure::TimeIntGenAlpha< dim, Number >
TimeIntGenAlphaBase(double const &start_time_, double const &end_time_, unsigned int const max_number_of_time_steps_, double const spectral_radius_, GenAlphaType const &gen_alpha_type_, RestartData const &restart_data_, MPI_Comm const &mpi_comm_, bool const is_test_) (defined in ExaDG::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >
timeloop() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBase
timer_tree (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
update_acceleration(VectorType &acceleration_np, VectorType const &displacement_np, VectorType const &displacement_n, VectorType const &velocity_n, VectorType const &acceleration_n) const (defined in ExaDG::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >protected
update_displacement(VectorType &displacement_np, VectorType const &displacement_n) const (defined in ExaDG::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >protected
update_velocity(VectorType &velocity_np, VectorType const &displacement_np, VectorType const &displacement_n, VectorType const &velocity_n, VectorType const &acceleration_n) const (defined in ExaDG::TimeIntGenAlphaBase< Number >)ExaDG::TimeIntGenAlphaBase< Number >protected
write_restart() const (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseprotected
~TimeIntBase() (defined in ExaDG::TimeIntBase)ExaDG::TimeIntBaseinlinevirtual