#include <laplace.hpp>
|
| | Laplace (const grid::shell::DistributedDomain &domain, const grid::Grid3DDataVec< ScalarT, 3 > &grid, const grid::Grid2DDataScalar< ScalarT > &radii, const grid::Grid4DDataScalar< grid::shell::ShellBoundaryFlag > &mask, bool treat_boundary, bool diagonal, linalg::OperatorApplyMode operator_apply_mode=linalg::OperatorApplyMode::Replace, linalg::OperatorCommunicationMode operator_communication_mode=linalg::OperatorCommunicationMode::CommunicateAdditively) |
| |
| 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 |
| |
| void | neumann (ScalarType *src_local_hex, ScalarType *dst_local_hex, const int wedge, const ScalarType quad_weight, const ScalarType abs_det, const dense::Vec< ScalarType, 3 > *grad_phy) const |
| |
| void | dirichlet_bot (ScalarType *src_local_hex, ScalarType *dst_local_hex, const int wedge, const ScalarType quad_weight, const ScalarType abs_det, const dense::Vec< ScalarType, 3 > *grad_phy) const |
| |
| void | dirichlet_top (ScalarType *src_local_hex, ScalarType *dst_local_hex, const int wedge, const ScalarType quad_weight, const ScalarType abs_det, const dense::Vec< ScalarType, 3 > *grad_phy) const |
| |
| void | diagonal (ScalarType *src_local_hex, ScalarType *dst_local_hex, const int wedge, const ScalarType quad_weight, const ScalarType abs_det, const dense::Vec< ScalarType, 3 > *grad_phy) const |
| |
◆ DstVectorType
template<typename ScalarT >
◆ ScalarType
template<typename ScalarT >
◆ SrcVectorType
template<typename ScalarT >
◆ Laplace()
template<typename ScalarT >
◆ apply_impl()
template<typename ScalarT >
◆ diagonal()
template<typename ScalarT >
◆ dirichlet_bot()
template<typename ScalarT >
◆ dirichlet_top()
template<typename ScalarT >
◆ neumann()
template<typename ScalarT >
◆ operator()()
template<typename ScalarT >
The documentation for this class was generated from the following file: