Hex  1.0
Hydrogen-electron collision solver
 All Data Structures Namespaces Files Functions Variables Typedefs Macros Pages
Public Member Functions
NodeIntegrator< Functor, Integrator > Class Template Referenceabstract

#include <nodeintegrate.h>

Inheritance diagram for NodeIntegrator< Functor, Integrator >:
Inheritance graph
[legend]

Public Member Functions

 NodeIntegrator (Functor f)
 
double result () const
 
bool ok () const
 
std::string const & status () const
 
double epsabs () const
 
void setEpsAbs (double eps)
 
double epsrel () const
 
void setEpsRel (double eps)
 
int limit () const
 
void setLimit (double n)
 
virtual double nthNode (int n) const =0
 
virtual double turningPoint () const
 
bool integrate (double a, double b)
 

Constructor & Destructor Documentation

template<class Functor , class Integrator >
NodeIntegrator< Functor, Integrator >::NodeIntegrator ( Functor  f)
inline

Member Function Documentation

template<class Functor , class Integrator >
double NodeIntegrator< Functor, Integrator >::epsabs ( ) const
inline
template<class Functor , class Integrator >
double NodeIntegrator< Functor, Integrator >::epsrel ( ) const
inline
template<class Functor , class Integrator >
bool NodeIntegrator< Functor, Integrator >::integrate ( double  a,
double  b 
)
inline
template<class Functor , class Integrator >
int NodeIntegrator< Functor, Integrator >::limit ( ) const
inline
template<class Functor , class Integrator >
virtual double NodeIntegrator< Functor, Integrator >::nthNode ( int  n) const
pure virtual
template<class Functor , class Integrator >
bool NodeIntegrator< Functor, Integrator >::ok ( ) const
inline
template<class Functor , class Integrator >
double NodeIntegrator< Functor, Integrator >::result ( ) const
inline
template<class Functor , class Integrator >
void NodeIntegrator< Functor, Integrator >::setEpsAbs ( double  eps)
inline
template<class Functor , class Integrator >
void NodeIntegrator< Functor, Integrator >::setEpsRel ( double  eps)
inline
template<class Functor , class Integrator >
void NodeIntegrator< Functor, Integrator >::setLimit ( double  n)
inline
template<class Functor , class Integrator >
std::string const& NodeIntegrator< Functor, Integrator >::status ( ) const
inline
template<class Functor , class Integrator >
virtual double NodeIntegrator< Functor, Integrator >::turningPoint ( ) const
inlinevirtual

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