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

#include <plask/mesh/rectangular_masked2d.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_NEAREST >

Definition at line 678 of file rectangular_masked2d.hpp.

Member Function Documentation

◆ interpolate()

template<typename SrcT , typename DstT >
static LazyData< DstT > plask::InterpolationAlgorithm< RectangularMaskedMesh2D::ElementMesh, SrcT, DstT, INTERPOLATION_NEAREST >::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 679 of file rectangular_masked2d.hpp.


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