Multiscale Universal Interface  2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
mui::algo_null< CONFIG > Class Template Reference

#include <algo_null.h>

Public Types

using REAL = typename CONFIG::REAL
 
using INT = typename CONFIG::INT
 
using time_type = typename CONFIG::time_type
 
using point_type = typename CONFIG::point_type
 

Public Member Functions

 algo_null ()
 
template<typename OTYPE >
OTYPE relaxation (time_type t, point_type focus, OTYPE filteredValue) const
 

Member Typedef Documentation

◆ INT

template<typename CONFIG = default_config>
using mui::algo_null< CONFIG >::INT = typename CONFIG::INT

◆ point_type

template<typename CONFIG = default_config>
using mui::algo_null< CONFIG >::point_type = typename CONFIG::point_type

◆ REAL

template<typename CONFIG = default_config>
using mui::algo_null< CONFIG >::REAL = typename CONFIG::REAL

◆ time_type

template<typename CONFIG = default_config>
using mui::algo_null< CONFIG >::time_type = typename CONFIG::time_type

Constructor & Destructor Documentation

◆ algo_null()

template<typename CONFIG = default_config>
mui::algo_null< CONFIG >::algo_null ( )
inline

Member Function Documentation

◆ relaxation()

template<typename CONFIG = default_config>
template<typename OTYPE >
OTYPE mui::algo_null< CONFIG >::relaxation ( time_type  t,
point_type  focus,
OTYPE  filteredValue 
) const
inline

The documentation for this class was generated from the following file: