Home
last modified time | relevance | path

Searched refs:_pluginFExt (Results 1 – 6 of 6) sorted by relevance

/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DLagrangianDS.hpp233 SP::PluggedObject _pluginFExt; member in LagrangianDS
722 _pluginFExt->setComputeFunction(pluginPath, functionName); in setComputeFExtFunction()
732 _pluginFExt->setComputeFunction((void*)fct); in setComputeFExtFunction()
H A DNewtonEulerDS.hpp224 SP::PluggedObject _pluginFExt; member in NewtonEulerDS
758 _pluginFExt->setComputeFunction(pluginPath, functionName); in setComputeFExtFunction()
780 _pluginFExt->setComputeFunction((void*)fct); in setComputeFExtFunction()
H A DNewtonEulerDS.cpp239 _pluginFExt.reset(new PluggedObject()); in _zeroPlugin()
480 if(_pluginFExt->fPtr) in computeFExt()
482 …((FExt_NE)_pluginFExt->fPtr)(time, &(*_fExt)(0), _qDim, &(*_q0)(0)); // parameter z are assumed t… in computeFExt()
498 if(_pluginFExt->fPtr) in computeFExt()
500 …((FExt_NE)_pluginFExt->fPtr)(time, &(*fExt)(0), _qDim, &(*_q0)(0)); // parameter z are assumed to… in computeFExt()
H A DLagrangianDS.cpp97 _pluginFExt.reset(new PluggedObject()); in _zeroPlugin()
359 if(_fExt && _pluginFExt->fPtr) in computeFExt()
360 ((VectorFunctionOfTime)_pluginFExt->fPtr)(time, _ndof, &(*_fExt)(0), _z->size(), &(*_z)(0)); in computeFExt()
/dports/science/siconos/siconos-4.4.0/io/src/generation/
H A DSiconosFullKernelGenerated.hpp302 (_pluginFExt)
352 (_pluginFExt)
H A DSiconosFullGenerated.hpp325 (_pluginFExt)
375 (_pluginFExt)