Loading...
Searching...
No Matches
terra::fv::hex::operators::Mass< ScalarT > Class Template Reference

#include <mass.hpp>

Public Types

using SrcVectorType = linalg::VectorFVScalar< ScalarT >
 
using DstVectorType = linalg::VectorFVScalar< ScalarT >
 
using ScalarType = ScalarT
 

Public Member Functions

 Mass (const grid::shell::DistributedDomain &domain, const grid::Grid3DDataVec< ScalarT, 3 > &grid, const grid::Grid2DDataScalar< ScalarT > &radii, const grid::Grid4DDataScalar< grid::shell::ShellBoundaryFlag > &boundary_mask)
 
void apply_impl (const SrcVectorType &src, DstVectorType &dst)
 
void operator() (const int local_subdomain_id, const int x_cell, const int y_cell, const int r_cell) const
 

Member Typedef Documentation

◆ DstVectorType

template<typename ScalarT >
using terra::fv::hex::operators::Mass< ScalarT >::DstVectorType = linalg::VectorFVScalar< ScalarT >

◆ ScalarType

template<typename ScalarT >
using terra::fv::hex::operators::Mass< ScalarT >::ScalarType = ScalarT

◆ SrcVectorType

template<typename ScalarT >
using terra::fv::hex::operators::Mass< ScalarT >::SrcVectorType = linalg::VectorFVScalar< ScalarT >

Constructor & Destructor Documentation

◆ Mass()

template<typename ScalarT >
terra::fv::hex::operators::Mass< ScalarT >::Mass ( const grid::shell::DistributedDomain domain,
const grid::Grid3DDataVec< ScalarT, 3 > &  grid,
const grid::Grid2DDataScalar< ScalarT > &  radii,
const grid::Grid4DDataScalar< grid::shell::ShellBoundaryFlag > &  boundary_mask 
)
inline

Member Function Documentation

◆ apply_impl()

template<typename ScalarT >
void terra::fv::hex::operators::Mass< ScalarT >::apply_impl ( const SrcVectorType src,
DstVectorType dst 
)
inline

◆ operator()()

template<typename ScalarT >
void terra::fv::hex::operators::Mass< ScalarT >::operator() ( const int  local_subdomain_id,
const int  x_cell,
const int  y_cell,
const int  r_cell 
) const
inline

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