PLaSK library
Loading...
Searching...
No Matches
plask::InterpolationAlgorithm< SrcMeshT, SrcT, DstT, INTERPOLATION_DEFAULT > Struct Template Reference

Specialization of InterpolationAlgorithm showing elegant message if algorithm default is used. More...

#include <plask/mesh/interpolation.hpp>

Static Public Member Functions

static LazyData< DstTinterpolate (const shared_ptr< const SrcMeshT > &, const DataVector< const SrcT > &, const shared_ptr< const MeshD< SrcMeshT::DIM > > &, const InterpolationFlags &PLASK_UNUSED(flags))
 

Detailed Description

template<typename SrcMeshT, typename SrcT, typename DstT>
struct plask::InterpolationAlgorithm< SrcMeshT, SrcT, DstT, INTERPOLATION_DEFAULT >

Specialization of InterpolationAlgorithm showing elegant message if algorithm default is used.

Definition at line 313 of file interpolation.hpp.

Member Function Documentation

◆ interpolate()

static LazyData< DstT > plask::InterpolationAlgorithm< SrcMeshT, SrcT, DstT, INTERPOLATION_DEFAULT >::interpolate ( const shared_ptr< const SrcMeshT > &  ,
const DataVector< const SrcT > &  ,
const shared_ptr< const MeshD< SrcMeshT::DIM > > &  ,
const InterpolationFlags PLASK_UNUSEDflags 
)
inlinestatic

Definition at line 315 of file interpolation.hpp.


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