Smoother Class Reference

#include <Smoother.hpp>

Inheritance diagram for Smoother:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~Smoother ()
virtual void Smooth (Vec x, int global, int local)=0
virtual void PreSmoothing (Mat matrix, Vec b)=0
virtual void SetRhs (Vec rhs)=0
virtual Vec GetResidual (Vec x)=0

Constructor & Destructor Documentation

virtual Smoother::~Smoother (  )  [inline, virtual]

Member Function Documentation

virtual Vec Smoother::GetResidual ( Vec  x  )  [pure virtual]
virtual void Smoother::PreSmoothing ( Mat  matrix,
Vec  b 
) [pure virtual]

Implemented in DirectSolver, GaussSidelMethod, and JacobiMethod.

Here is the caller graph for this function:

virtual void Smoother::SetRhs ( Vec  rhs  )  [pure virtual]
virtual void Smoother::Smooth ( Vec  x,
int  global,
int  local 
) [pure virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1