include/meltpooldg/time_integration/solution_history.hpp Source File
|
Developer Documentation
|
solution_history.hpp
Go to the documentation of this file.
193// return (index == 0 and keep_current) or (index == 1 and keep_recent) or (index > 1 and keep_old);
Definition solution_history.hpp:21
void apply_old(std::function< void(VectorType &)> f)
Definition solution_history.hpp:44
SolutionHistory()=default
const VectorType & get_recent_old_solution() const
Definition solution_history.hpp:88
void resize(const unsigned int size)
Definition solution_history.hpp:30
void apply(std::function< void(VectorType &)> f)
Definition solution_history.hpp:37
VectorType & get_solution(unsigned int i)
Definition solution_history.hpp:120
void zero_out_ghost_values(const bool check=false) const
Definition solution_history.hpp:62
VectorType & get_recent_old_solution()
Definition solution_history.hpp:95
const std::vector< std::shared_ptr< VectorType > > & get_old_solutions() const
Definition solution_history.hpp:126
const VectorType & get_current_solution() const
Definition solution_history.hpp:102
unsigned int size() const
Definition solution_history.hpp:138
void set_recent_old_solution(const VectorType &src)
Definition solution_history.hpp:80
VectorType & get_current_solution()
Definition solution_history.hpp:108
const std::vector< VectorType > & get_all_solutions() const
Definition solution_history.hpp:132
std::vector< VectorType > solutions
Definition solution_history.hpp:144
void commit_old_solutions()
Definition solution_history.hpp:70
SolutionHistory(unsigned int size)
Definition solution_history.hpp:25
void update_ghost_values(const bool check=false) const
Definition solution_history.hpp:54
Class providing different low storage explicit Runge-Kutta schemes. The schemes implemented in this c...
Definition bdf_time_integration.hpp:18
Generated by