Searched refs:_fExt (Results 1 – 8 of 8) sorted by relevance
/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/ |
H A D | LagrangianDS.hpp | 170 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 D | NewtonEulerDS.hpp | 148 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 D | LagrangianLinearDiagonalDS.cpp | 73 if(_fExt) in computeForces() 76 *_forces += *_fExt; in computeForces()
|
H A D | LagrangianDS.cpp | 157 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 D | LagrangianLinearTIDS.cpp | 145 if(_fExt) in computeForces() 148 *_forces += *_fExt; in computeForces()
|
H A D | NewtonEulerDS.cpp | 482 …((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 D | SiconosFullKernelGenerated.hpp | 284 (_fExt) 330 (_fExt)
|
H A D | SiconosFullGenerated.hpp | 307 (_fExt) 353 (_fExt)
|