OPAL (Object Oriented Parallel Accelerator Library)  2024.1
OPAL
Functions | Variables
PyOpal::PyAbstractTimeDependence Namespace Reference

Functions

template<class C >
double function (PyOpalObjectNS::PyOpalObject< C > pyobject, double t)
 

Variables

std::string functionDocstring
 

Function Documentation

template<class C >
double PyOpal::PyAbstractTimeDependence::function ( PyOpalObjectNS::PyOpalObject< C >  pyobject,
double  t 
)

Variable Documentation

std::string PyOpal::PyAbstractTimeDependence::functionDocstring
Initial value:
=
"Update the TimeDependence and then calculate the value at a give time\n"
"- t [float]: time at which to evaluate the function\n"
"Returns the function value.\n"

Definition at line 10 of file PyAbstractTimeDependence.h.