Chi-Tech
chi_math::PreconditionerContext< PCType, VecType > Struct Template Reference

#include <preconditioner_context.h>

Public Member Functions

virtual int PCApply (PCType &pc, VecType &vector, VecType &action)
 
virtual ~PreconditionerContext ()=default
 

Detailed Description

template<class PCType, class VecType>
struct chi_math::PreconditionerContext< PCType, VecType >

Definition at line 8 of file preconditioner_context.h.

Constructor & Destructor Documentation

◆ ~PreconditionerContext()

template<class PCType , class VecType >
virtual chi_math::PreconditionerContext< PCType, VecType >::~PreconditionerContext ( )
virtualdefault

Member Function Documentation

◆ PCApply()

template<class PCType , class VecType >
virtual int chi_math::PreconditionerContext< PCType, VecType >::PCApply ( PCType &  pc,
VecType &  vector,
VecType &  action 
)
inlinevirtual

Definition at line 10 of file preconditioner_context.h.


The documentation for this struct was generated from the following file: