Loading [MathJax]/jax/input/TeX/config.js
DFT-EFE
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
dftefe::linearAlgebra::NewtonRaphsonSolverFunction< ValueType > Class Template Referenceabstract

#include <NewtonRaphsonSolverFunction.h>

Public Member Functions

virtual ~NewtonRaphsonSolverFunction ()=default
 
virtual const ValueType getValue (ValueType &x) const =0
 
virtual const ValueType getForce (ValueType &x) const =0
 
virtual void setSolution (const ValueType &x)=0
 
virtual void getSolution (ValueType &solution)=0
 
virtual const ValueType & getInitialGuess () const =0
 

Constructor & Destructor Documentation

◆ ~NewtonRaphsonSolverFunction()

template<typename ValueType >
virtual dftefe::linearAlgebra::NewtonRaphsonSolverFunction< ValueType >::~NewtonRaphsonSolverFunction ( )
virtualdefault

Member Function Documentation

◆ getForce()

template<typename ValueType >
virtual const ValueType dftefe::linearAlgebra::NewtonRaphsonSolverFunction< ValueType >::getForce ( ValueType &  x) const
pure virtual

Implemented in dftefe::ksdft::FractionalOccupancyFunction.

Here is the caller graph for this function:

◆ getInitialGuess()

template<typename ValueType >
virtual const ValueType & dftefe::linearAlgebra::NewtonRaphsonSolverFunction< ValueType >::getInitialGuess ( ) const
pure virtual

Implemented in dftefe::ksdft::FractionalOccupancyFunction.

Here is the caller graph for this function:

◆ getSolution()

template<typename ValueType >
virtual void dftefe::linearAlgebra::NewtonRaphsonSolverFunction< ValueType >::getSolution ( ValueType &  solution)
pure virtual

◆ getValue()

template<typename ValueType >
virtual const ValueType dftefe::linearAlgebra::NewtonRaphsonSolverFunction< ValueType >::getValue ( ValueType &  x) const
pure virtual

Implemented in dftefe::ksdft::FractionalOccupancyFunction.

Here is the caller graph for this function:

◆ setSolution()

template<typename ValueType >
virtual void dftefe::linearAlgebra::NewtonRaphsonSolverFunction< ValueType >::setSolution ( const ValueType &  x)
pure virtual

Implemented in dftefe::ksdft::FractionalOccupancyFunction.

Here is the caller graph for this function:

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