Home
last modified time | relevance | path

Searched refs:_fExt (Results 1 – 8 of 8) sorted by relevance

/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DLagrangianDS.hpp170 SP::SiconosVector _fExt; member in LagrangianDS
501 return _fExt; in fExt()
510 _fExt = newPtr; in setFExtPtr()
723 if(!_fExt) _fExt.reset(new SiconosVector(_ndof)); in setComputeFExtFunction()
733 if(!_fExt) _fExt.reset(new SiconosVector(_ndof)); in setComputeFExtFunction()
H A DNewtonEulerDS.hpp148 SP::SiconosVector _fExt; member in NewtonEulerDS
589 return _fExt; in fExt()
597 _fExt = newPtr; in setFExtPtr()
759 if(!_fExt) in setComputeFExtFunction()
760 _fExt.reset(new SiconosVector(3, 0)); in setComputeFExtFunction()
781 if(!_fExt) in setComputeFExtFunction()
782 _fExt.reset(new SiconosVector(3, 0)); in setComputeFExtFunction()
H A DLagrangianLinearDiagonalDS.cpp73 if(_fExt) in computeForces()
76 *_forces += *_fExt; in computeForces()
H A DLagrangianDS.cpp157 if(_fInt || _fExt || _fGyr) in init_forces()
359 if(_fExt && _pluginFExt->fPtr) in computeFExt()
360 ((VectorFunctionOfTime)_pluginFExt->fPtr)(time, _ndof, &(*_fExt)(0), _z->size(), &(*_z)(0)); in computeFExt()
528 if(_fExt) in computeForces()
529 *_forces += *_fExt; in computeForces()
711 if(!_fExt) in allocateFExt()
712 _fExt.reset(new SiconosVector(_ndof)); in allocateFExt()
H A DLagrangianLinearTIDS.cpp145 if(_fExt) in computeForces()
148 *_forces += *_fExt; in computeForces()
H A DNewtonEulerDS.cpp482 …((FExt_NE)_pluginFExt->fPtr)(time, &(*_fExt)(0), _qDim, &(*_q0)(0)); // parameter z are assumed t… in computeFExt()
493 if(fExt != _fExt) in computeFExt()
494 *fExt = *_fExt; in computeFExt()
942 if(_fExt) in computeForces()
945 assert(!std::isnan(_fExt->vector_sum())); in computeForces()
946 _wrench->setBlock(0, *_fExt); in computeForces()
1397 assert(!!_fExt && _fExt->size() == 3); in addExtForceAtPos()
1405 _fExt, _mExt, true); in addExtForceAtPos()
/dports/science/siconos/siconos-4.4.0/io/src/generation/
H A DSiconosFullKernelGenerated.hpp284 (_fExt)
330 (_fExt)
H A DSiconosFullGenerated.hpp307 (_fExt)
353 (_fExt)