Public Member Functions | Static Public Member Functions | List of all members
XRelaxFunc Class Referenceabstract
Inheritance diagram for XRelaxFunc:
Inheritance graph
[legend]

Public Member Functions

 XRelaxFunc (const char *name, bool runtime)
 
virtual void relax (double *f, double *dfdt, double t, double it1)=0
 
- Public Member Functions inherited from XNode
 XNode (const char *name, bool runtime=false)
 
template<class T >
shared_ptr< T > create (const char *name)
 
template<class T , typename... Args>
shared_ptr< T > create (const char *name, bool runtime, Args &&...args)
 
template<class T >
shared_ptr< T > create (Transaction &tr, const char *name)
 
template<class T , typename... Args>
shared_ptr< T > create (Transaction &tr, const char *name, bool runtime, Args &&...args)
 
XString getName () const
 
virtual XString getLabel () const
 
XString getTypename () const
 
shared_ptr< XNodegetChild (const XString &var) const
 
shared_ptr< XNodegetParent () const
 
void setUIEnabled (bool v)
 Enables/disables controls over scripting/GUI.
 
void disable ()
 Disables all scripting/GUI operations on this node hereafter.
 
- Public Member Functions inherited from Transactional::Node< XNode >
bool insert (Transaction< XNode > &tr, const shared_ptr< XNode > &var, bool online_after_insertion=false)
 
void insert (const shared_ptr< XNode > &var)
 
bool release (Transaction< XNode > &tr, const shared_ptr< XNode > &var)
 
void release (const shared_ptr< XNode > &var)
 
void releaseAll ()
 
bool swap (Transaction< XNode > &tr, const shared_ptr< XNode > &x, const shared_ptr< XNode > &y)
 
void swap (const shared_ptr< XNode > &x, const shared_ptr< XNode > &y)
 
XNodeupperNode (Snapshot< XNode > &shot)
 Finds the parent node in shot.
 
Snapshot< XNodeiterate_commit (Closure)
 
Snapshot< XNodeiterate_commit_if (Closure)
 
void iterate_commit_while (Closure)
 
void print_ () const
 
 Node (const Node &)=delete
 
Nodeoperator= (const Node &)=delete
 

Static Public Member Functions

static int relax_f (const gsl_vector *x, void *params, gsl_vector *f)
 
static int relax_df (const gsl_vector *x, void *params, gsl_matrix *J)
 
static int relax_fdf (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J)
 
- Static Public Member Functions inherited from XNode
template<class T__ >
static shared_ptr< T__ > createOrphan (const char *name)
 
template<class T__ , typename... Args_>
static shared_ptr< T__ > createOrphan (const char *name, bool runtime, Args_ &&...args)
 
- Static Public Member Functions inherited from Transactional::Node< XNode >
static T * create (Args &&...args)
 

Additional Inherited Members

- Public Types inherited from Transactional::Node< XNode >
using NodeNotFoundError = std::domain_error
 
using NodeList = fast_vector< shared_ptr< XNode >, 2 >
 
using iterator = typename NodeList::iterator
 
using const_iterator = typename NodeList::const_iterator
 
- Protected Member Functions inherited from Transactional::Node< XNode >
 Node ()
 Use create().
 

Detailed Description

Definition at line 24 of file nmrrelaxfit.h.

Member Function Documentation

virtual void XRelaxFunc::relax ( double *  f,
double *  dfdt,
double  t,
double  it1 
)
pure virtual

called during fitting

Parameters
ff(t, it1) will be passed
dfdtdf/d(it1) will be passed
ta time P1 or 2tau
dataa relaxation function
it11/T1 or 1/T2

Implemented in XRelaxFuncPowExp, and XRelaxFuncPoly.


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

Generated for KAME4 by  doxygen 1.8.3