#include <algo_aitken.h>
|
| using | REAL = typename CONFIG::REAL |
| |
| using | INT = typename CONFIG::INT |
| |
| using | time_type = typename CONFIG::time_type |
| |
| using | iterator_type = typename CONFIG::iterator_type |
| |
| using | point_type = typename CONFIG::point_type |
| |
|
| | algo_aitken (REAL under_relaxation_factor=1.0, REAL under_relaxation_factor_max=1.0, MPI_Comm local_comm=MPI_COMM_NULL, std::vector< std::pair< point_type, REAL >> pts_vlu_init=std::vector< std::pair< point_type, REAL >>(), REAL res_l2_norm_nm1=0.0) |
| |
| template<typename OTYPE > |
| OTYPE | relaxation (std::pair< time_type, iterator_type > t, point_type focus, OTYPE filtered_value) const |
| |
| REAL | get_under_relaxation_factor (time_type t_single) |
| |
| REAL | get_under_relaxation_factor (time_type t, iterator_type it) |
| |
| REAL | get_residual_L2_Norm (time_type t_single) |
| |
| REAL | get_residual_L2_Norm (time_type t, iterator_type it) |
| |
|
| const REAL | init_under_relaxation_factor_ |
| |
| const REAL | under_relaxation_factor_max_ |
| |
| MPI_Comm | local_mpi_comm_world_ |
| |
| iterator_type | minimum_iterator_ |
| |
| std::vector< std::pair< std::pair< time_type, iterator_type >, REAL > > | under_relaxation_factor_ |
| |
| std::vector< std::pair< std::pair< time_type, iterator_type >, std::pair< INT, REAL > > > | residual_l2_norm_ |
| |
| std::vector< std::pair< std::pair< time_type, iterator_type >, std::vector< std::pair< point_type, REAL > > > > | pts_time_value_ |
| |
| std::vector< std::pair< std::pair< time_type, iterator_type >, std::vector< std::pair< point_type, REAL > > > > | pts_time_res_ |
| |
◆ INT
template<typename CONFIG = default_config>
◆ iterator_type
template<typename CONFIG = default_config>
◆ point_type
template<typename CONFIG = default_config>
◆ REAL
template<typename CONFIG = default_config>
◆ time_type
template<typename CONFIG = default_config>
◆ algo_aitken()
template<typename CONFIG = default_config>
◆ get_residual_L2_Norm() [1/2]
template<typename CONFIG = default_config>
◆ get_residual_L2_Norm() [2/2]
template<typename CONFIG = default_config>
◆ get_under_relaxation_factor() [1/2]
template<typename CONFIG = default_config>
◆ get_under_relaxation_factor() [2/2]
template<typename CONFIG = default_config>
◆ relaxation()
template<typename CONFIG = default_config>
template<typename OTYPE >
◆ init_under_relaxation_factor_
template<typename CONFIG = default_config>
◆ local_mpi_comm_world_
template<typename CONFIG = default_config>
◆ minimum_iterator_
template<typename CONFIG = default_config>
◆ pts_time_res_
template<typename CONFIG = default_config>
◆ pts_time_value_
template<typename CONFIG = default_config>
◆ residual_l2_norm_
template<typename CONFIG = default_config>
◆ under_relaxation_factor_
template<typename CONFIG = default_config>
◆ under_relaxation_factor_max_
template<typename CONFIG = default_config>
The documentation for this class was generated from the following file: