#include <identity.hpp>
Public Types | |
| using | SrcVectorType = linalg::VectorQ1Scalar< double > |
| using | DstVectorType = linalg::VectorQ1Scalar< double > |
| using | ScalarType = ScalarT |
Public Member Functions | |
| Identity (linalg::OperatorApplyMode operator_apply_mode=linalg::OperatorApplyMode::Replace) | |
| void | apply_impl (const SrcVectorType &src, DstVectorType &dst) |
| using terra::fe::wedge::operators::shell::Identity< ScalarT >::DstVectorType = linalg::VectorQ1Scalar< double > |
| using terra::fe::wedge::operators::shell::Identity< ScalarT >::ScalarType = ScalarT |
| using terra::fe::wedge::operators::shell::Identity< ScalarT >::SrcVectorType = linalg::VectorQ1Scalar< double > |
|
inlineexplicit |
|
inline |