PLaSK library
Loading...
Searching...
No Matches
plask::InterpolationAlgorithm< typename std::enable_if< method !=INTERPOLATION_DEFAULT, EquilateralMesh3D >::type, SrcT, DstT, method > Struct Template Reference

#include <plask/mesh/equilateral3d.hpp>

Static Public Member Functions

static LazyData< DstTinterpolate (const shared_ptr< const EquilateralMesh3D > &src_mesh, const DataVector< const SrcT > &src_vec, const shared_ptr< const MeshD< 3 > > &dst_mesh, const InterpolationFlags &flags)
 

Detailed Description

template<typename SrcT, typename DstT, InterpolationMethod method>
struct plask::InterpolationAlgorithm< typename std::enable_if< method !=INTERPOLATION_DEFAULT, EquilateralMesh3D >::type, SrcT, DstT, method >

Definition at line 221 of file equilateral3d.hpp.

Member Function Documentation

◆ interpolate()

static LazyData< DstT > plask::InterpolationAlgorithm< typename std::enable_if< method !=INTERPOLATION_DEFAULT, EquilateralMesh3D >::type, SrcT, DstT, method >::interpolate ( const shared_ptr< const EquilateralMesh3D > &  src_mesh,
const DataVector< const SrcT > &  src_vec,
const shared_ptr< const MeshD< 3 > > &  dst_mesh,
const InterpolationFlags flags 
)
inlinestatic

Definition at line 222 of file equilateral3d.hpp.


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