#include <restriction_constant.hpp>
Public Types | |
| using | SrcVectorType = linalg::VectorQ1Vec< ScalarT, VecDim > |
| using | DstVectorType = linalg::VectorQ1Vec< ScalarT, VecDim > |
| using | ScalarType = ScalarT |
Public Member Functions | |
| RestrictionVecConstant (const grid::shell::DistributedDomain &domain_coarse, linalg::OperatorApplyMode operator_apply_mode=linalg::OperatorApplyMode::Replace) | |
| void | apply_impl (const SrcVectorType &src, DstVectorType &dst) |
| void | operator() (const int local_subdomain_id, const int x_coarse, const int y_coarse, const int r_coarse) const |
| using terra::fe::wedge::operators::shell::RestrictionVecConstant< ScalarT, VecDim >::DstVectorType = linalg::VectorQ1Vec< ScalarT, VecDim > |
| using terra::fe::wedge::operators::shell::RestrictionVecConstant< ScalarT, VecDim >::ScalarType = ScalarT |
| using terra::fe::wedge::operators::shell::RestrictionVecConstant< ScalarT, VecDim >::SrcVectorType = linalg::VectorQ1Vec< ScalarT, VecDim > |
|
inline |
|
inline |
|
inline |