Class to encapsulate the NONE preconditioner. Just takes in a vector and returns it. More...
#include <PreconditionerNone.h>
Public Types | |
using | ValueTypeUnion = blasLapack::scalar_type< ValueTypeOperator, ValueTypeOperand > |
Public Types inherited from dftefe::linearAlgebra::Preconditioner< ValueTypeOperator, ValueTypeOperand, memorySpace > | |
using | ValueTypeUnion = blasLapack::scalar_type< ValueTypeOperator, ValueTypeOperand > |
Public Types inherited from dftefe::linearAlgebra::OperatorContext< ValueTypeOperator, ValueTypeOperand, memorySpace > | |
using | ValueTypeUnion = blasLapack::scalar_type< ValueTypeOperator, ValueTypeOperand > |
Public Member Functions | |
PreconditionerNone () | |
Constructor. More... | |
~PreconditionerNone ()=default | |
Default Destructor. More... | |
void | apply (MultiVector< ValueTypeOperand, memorySpace > &X, MultiVector< ValueTypeUnion, memorySpace > &Y) const override |
PreconditionerType | getPreconditionerType () const override |
Public Member Functions inherited from dftefe::linearAlgebra::Preconditioner< ValueTypeOperator, ValueTypeOperand, memorySpace > | |
~Preconditioner ()=default | |
Default Destructor. More... | |
virtual void | apply (MultiVector< ValueTypeOperand, memorySpace > &X, MultiVector< ValueTypeUnion, memorySpace > &Y) const =0 |
virtual PreconditionerType | getPreconditionerType () const =0 |
Public Member Functions inherited from dftefe::linearAlgebra::OperatorContext< ValueTypeOperator, ValueTypeOperand, memorySpace > | |
~OperatorContext ()=default | |
Default Destructor. More... | |
virtual void | apply (MultiVector< ValueTypeOperand, memorySpace > &X, MultiVector< ValueTypeUnion, memorySpace > &Y) const =0 |
Private Attributes | |
PreconditionerType | d_pcType |
Class to encapsulate the NONE preconditioner. Just takes in a vector and returns it.
ValueTypeOperator | The datatype (float, double, complex<double>, etc.) for the underlying preconditioner |
ValueTypeOperand | The datatype (float, double, complex<double>, etc.) of the vector, matrices, etc. on which the preconditioner will act. |
memorySpace | The meory sapce (HOST, DEVICE, HOST_PINNES, etc.) in which the data of the preconditioner and its operands reside |
using dftefe::linearAlgebra::PreconditionerNone< ValueTypeOperator, ValueTypeOperand, memorySpace >::ValueTypeUnion = blasLapack::scalar_type<ValueTypeOperator, ValueTypeOperand> |
dftefe::linearAlgebra::PreconditionerNone< ValueTypeOperator, ValueTypeOperand, memorySpace >::PreconditionerNone |
Constructor.
|
default |
Default Destructor.
|
overridevirtual |
|
overridevirtual |
|
private |