49 #ifndef MUI_COUPLING_ALGORITHM_NULL_H_
50 #define MUI_COUPLING_ALGORITHM_NULL_H_
52 #include "../../general/util.h"
53 #include "../../config.h"
57 template<
typename CONFIG=default_config>
class algo_null {
59 using REAL =
typename CONFIG::REAL;
60 using INT =
typename CONFIG::INT;
69 template<
typename OTYPE>
Definition: algo_null.h:57
typename CONFIG::INT INT
Definition: algo_null.h:60
algo_null()
Definition: algo_null.h:64
typename CONFIG::time_type time_type
Definition: algo_null.h:61
typename CONFIG::point_type point_type
Definition: algo_null.h:62
typename CONFIG::REAL REAL
Definition: algo_null.h:59
OTYPE relaxation(time_type t, point_type focus, OTYPE filteredValue) const
Definition: algo_null.h:70