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

#include <plask/mesh/lateral.hpp>

Static Public Member Functions

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

Detailed Description

template<typename SrcMeshT, typename SrcT, typename DstT, InterpolationMethod method>
struct plask::InterpolationAlgorithm< LateralMesh3D< SrcMeshT >, SrcT, DstT, method >

Definition at line 60 of file lateral.hpp.

Member Function Documentation

◆ interpolate()

static LazyData< DstT > plask::InterpolationAlgorithm< LateralMesh3D< SrcMeshT >, SrcT, DstT, method >::interpolate ( const shared_ptr< const LateralMesh3D< SrcMeshT > > &  src_mesh,
const DataVector< const SrcT > &  src_vec,
const shared_ptr< const MeshD< 3 > > &  dst_mesh,
const InterpolationFlags flags 
)
inlinestatic

Definition at line 61 of file lateral.hpp.


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