Loading...
Searching...
No Matches
terra::fe::wedge::operators::shell::RestrictionVecLinear< ScalarT > Class Template Reference

#include <restriction_linear.hpp>

Public Types

using SrcVectorType = linalg::VectorQ1Vec< double >
 
using DstVectorType = linalg::VectorQ1Vec< double >
 
using ScalarType = ScalarT
 

Public Member Functions

 RestrictionVecLinear (const grid::shell::DistributedDomain &domain_coarse, const grid::Grid3DDataVec< ScalarType, 3 > &grid_fine, const grid::Grid2DDataScalar< ScalarType > &radii_fine)
 
void apply_impl (const SrcVectorType &src, DstVectorType &dst)
 
void operator() (const int local_subdomain_id, const int x_fine, const int y_fine, const int r_fine) const
 

Member Typedef Documentation

◆ DstVectorType

template<typename ScalarT >
using terra::fe::wedge::operators::shell::RestrictionVecLinear< ScalarT >::DstVectorType = linalg::VectorQ1Vec< double >

◆ ScalarType

template<typename ScalarT >
using terra::fe::wedge::operators::shell::RestrictionVecLinear< ScalarT >::ScalarType = ScalarT

◆ SrcVectorType

template<typename ScalarT >
using terra::fe::wedge::operators::shell::RestrictionVecLinear< ScalarT >::SrcVectorType = linalg::VectorQ1Vec< double >

Constructor & Destructor Documentation

◆ RestrictionVecLinear()

template<typename ScalarT >
terra::fe::wedge::operators::shell::RestrictionVecLinear< ScalarT >::RestrictionVecLinear ( const grid::shell::DistributedDomain domain_coarse,
const grid::Grid3DDataVec< ScalarType, 3 > &  grid_fine,
const grid::Grid2DDataScalar< ScalarType > &  radii_fine 
)
inline

Member Function Documentation

◆ apply_impl()

template<typename ScalarT >
void terra::fe::wedge::operators::shell::RestrictionVecLinear< ScalarT >::apply_impl ( const SrcVectorType src,
DstVectorType dst 
)
inline

◆ operator()()

template<typename ScalarT >
void terra::fe::wedge::operators::shell::RestrictionVecLinear< ScalarT >::operator() ( const int  local_subdomain_id,
const int  x_fine,
const int  y_fine,
const int  r_fine 
) const
inline

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