Home
last modified time | relevance | path

Searched refs:preCompute (Results 1 – 19 of 19) sorted by relevance

/dports/science/siconos/siconos-4.4.0/io/swig/io/
H A DFrictionContactTrace.py99 cont = self.preCompute(time)
232 cont = self.preCompute(time)
326 cont = self.preCompute(time)
H A Dmechanics_run.py2081 self.log(fc.preCompute, with_timer)(s.nextTime())
/dports/science/siconos/siconos-4.4.0/kernel/src/simulationTools/
H A DQP.hpp148 virtual bool preCompute(double time) in preCompute() function in QP
H A DGlobalRollingFrictionContact.hpp181 virtual bool preCompute(double time);
H A DEquality.cpp56 bool cont = preCompute(time); in compute()
H A DGlobalFrictionContact.hpp229 virtual bool preCompute(double time);
H A DLCP.cpp97 bool not_empty = preCompute(time); in compute()
H A DOneStepNSProblem.hpp276 virtual bool preCompute(double time) = 0;
H A DLinearOSNS.hpp244 virtual bool preCompute(double time);
H A DGlobalRollingFrictionContact.cpp129 bool GlobalRollingFrictionContact::preCompute(double time) in preCompute() function in GlobalRollingFrictionContact
300 bool cont = preCompute(time); in compute()
H A DFrictionContact.cpp177 bool cont = preCompute(time); in compute()
H A DGenericMechanical.cpp170 bool cont = preCompute(time); in compute()
H A DRelay.cpp126 bool cont = preCompute(time); in compute()
H A DAVI.cpp153 bool cont = preCompute(time); in compute()
H A DRollingFrictionContact.cpp187 bool cont = preCompute(time); in compute()
H A DGlobalFrictionContact.cpp229 bool GlobalFrictionContact::preCompute(double time) in preCompute() function in GlobalFrictionContact
396 bool cont = preCompute(time); in compute()
H A DMLCP.cpp204 bool not_empty = preCompute(time); in compute()
H A DLinearOSNS.cpp699 bool LinearOSNS::preCompute(double time) in preCompute() function in LinearOSNS
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/crypto/bls12381/
H A Dpairing.go165 func (e *Engine) preCompute(ellCoeffs *[68][3]fe2, twistPoint *PointG2) { func
187 e.preCompute(&ellCoeffs[i], pairs[i].g2)