PLaSK library
Loading...
Searching...
No Matches
plask::InterpolationAlgorithm< RectangularMaskedMesh2D::ElementMesh, SrcT, DstT, INTERPOLATION_SPLINE > Struct Template Reference

#include <plask/mesh/rectangular_masked_spline.hpp>

Static Public Member Functions

static LazyData< DstTinterpolate (const shared_ptr< const RectangularMaskedMesh2D::ElementMesh > &src_mesh, const DataVector< const SrcT > &src_vec, const shared_ptr< const MeshD< 2 > > &dst_mesh, const InterpolationFlags &flags)
 

Detailed Description

template<typename SrcT, typename DstT>
struct plask::InterpolationAlgorithm< RectangularMaskedMesh2D::ElementMesh, SrcT, DstT, INTERPOLATION_SPLINE >

Definition at line 117 of file rectangular_masked_spline.hpp.

Member Function Documentation

◆ interpolate()

template<typename SrcT , typename DstT >
static LazyData< DstT > plask::InterpolationAlgorithm< RectangularMaskedMesh2D::ElementMesh, SrcT, DstT, INTERPOLATION_SPLINE >::interpolate ( const shared_ptr< const RectangularMaskedMesh2D::ElementMesh > &  src_mesh,
const DataVector< const SrcT > &  src_vec,
const shared_ptr< const MeshD< 2 > > &  dst_mesh,
const InterpolationFlags flags 
)
inlinestatic

Definition at line 118 of file rectangular_masked_spline.hpp.


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