Abstract class to encapsulate the action of a discrete operator on vectors, matrices,...
Definition: IdentityOperatorContext.h:53
IdentityOperatorContext()
Default Constructor.
Definition: IdentityOperatorContext.t.cpp:37
blasLapack::scalar_type< ValueTypeOperator, ValueTypeOperand > ValueTypeUnion
Definition: IdentityOperatorContext.h:63
~IdentityOperatorContext()=default
Default Destructor.
void apply(MultiVector< ValueTypeOperand, memorySpace > &X, MultiVector< ValueTypeUnion, memorySpace > &Y, bool updateGhostX=false, bool updateGhostY=false) const override
Definition: IdentityOperatorContext.t.cpp:45
Abstract class to encapsulate the action of a discrete operator on vectors, matrices,...
Definition: OperatorContext.h:51