/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/interpolation.hh File Reference#

DiFfRG: /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/interpolation.hh File Reference
DiFfRG
interpolation.hh File Reference

Go to the source code of this file.

Namespaces

namespace  DiFfRG
 

Concepts

concept  DiFfRG::has_interpolator_types
 Checks that an interpolator class provides the required type aliases (value_type, ctype).
 
concept  DiFfRG::has_interpolator_methods
 Checks that an interpolator class provides the required methods (get_coordinates, get_on<CPU_memory>, get_on<GPU_memory>) and a call operator with the correct arity.
 
concept  DiFfRG::is_interpolator
 A concept for what is an interpolator class.