Home
last modified time | relevance | path

Searched refs:vOld (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/gismo/gismo-21.12.0/extensions/gsStructuralAnalysis/
H A DgsTimeIntegrator.hpp493 gsMatrix<T> uOld,vOld,aOld; in stepNewmark() local
495 vOld = m_vNew; in stepNewmark()
520 vOld = m_vNew; in stepNewmarkNL()
583 vOld = m_vNew; in stepBathe()
628 vOld = m_vNew; in stepBatheNL()
731 vOld = m_vNew; // v_n+1/2 in stepCentralDiff()
738 vOld = vOld + m_dt / 2 * aOld; // v_1/2 = v_0 + dt/2*a_0 in stepCentralDiff()
756 vOld = m_vNew; // v_n+1/2 in stepCentralDiffNL()
763 vOld = vOld + m_dt / 2 * aOld; // v_1/2 = v_0 + dt/2*a_0 in stepCentralDiffNL()
787 k1.topRows(m_dofs) = vOld; in stepRK4()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/microsim/cfmodels/
H A DMSCFModel_KraussX.cpp62 MSCFModel_KraussX::dawdleX(double vOld, double vMin, double vMax, std::mt19937* rng) const { in dawdleX() argument
73 if (vOld < myAccel) { in dawdleX()
79 if (vOld > vMax) { in dawdleX()
H A DMSCFModel_KraussX.h81 double dawdleX(double vOld, double vMin, double vMax, std::mt19937* rng) const;
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt9402-git-cvsserver-refs.sh54 vOld="$2"
60 git checkout "$vOld" &&
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DColumnsForm.cs398 int[] vOld = StrUtil.DeserializeIntArray(strOldOrder); in ComputeNewDisplayOrder()
399 if((vOld == null) || (vOld.Length != lOld.Count)) in ComputeNewDisplayOrder()
405 for(int i = 0; i < vOld.Length; ++i) in ComputeNewDisplayOrder()
408 lOldS.Add(new AceColumnWithTag(lOld[i], vOld[i])); in ComputeNewDisplayOrder()
/dports/devel/git-svn/git-2.34.1/t/
H A Dt9402-git-cvsserver-refs.sh57 vOld="$2"
63 git checkout "$vOld" &&
/dports/devel/git-p4/git-2.34.1/t/
H A Dt9402-git-cvsserver-refs.sh57 vOld="$2"
63 git checkout "$vOld" &&
/dports/devel/git-gui/git-2.34.1/t/
H A Dt9402-git-cvsserver-refs.sh57 vOld="$2"
63 git checkout "$vOld" &&
/dports/devel/git/git-2.34.1/t/
H A Dt9402-git-cvsserver-refs.sh57 vOld="$2"
63 git checkout "$vOld" &&
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt9402-git-cvsserver-refs.sh57 vOld="$2"
63 git checkout "$vOld" &&
/dports/math/g2o/g2o-20201223_git/g2o/core/
H A Dhyper_graph.cpp152 Vertex* vOld = e->vertex(pos); in setEdgeVertex() local
153 if (vOld) in setEdgeVertex()
154 vOld->edges().erase(e); in setEdgeVertex()
/dports/math/gismo/gismo-21.12.0/extensions/gsStructuralAnalysis/examples/
H A Dexample_DynamicShell.cpp212 gsMatrix<> vOld(N,1); in main() local
215 vOld.setZero(); in main()
263 vNew = vOld; in main()
H A Dexample_DynamicShellNL.cpp215 gsMatrix<> vOld(N,1); in main() local
218 vOld.setZero(); in main()
288 vNew = vOld; in main()
H A Dexample_DynamicBeamNL.cpp208 gsMatrix<> vOld(N,1); in main() local
213 vOld.setZero(); in main()
305 vNew = vOld; in main()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaHash.c169 Vec_Int_t vOld = p->vHTable; in Gia_ManHashResize() local
170 assert( Vec_IntSize(&vOld) > 0 ); in Gia_ManHashResize()
176 Vec_IntForEachEntry( &vOld, iThis, i ) in Gia_ManHashResize()
193 Vec_IntErase( &vOld ); in Gia_ManHashResize()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Modeling/
H A DWorkGraph.h205 …void RecursiveCut(const boost::graph_traits<Graph>::vertex_descriptor& vOld, const boost::graph_tr…
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Dsmooth-surface.cc215 double vOld[3], vNew[3]; in shiftAndScalePolyData() local
218 input->GetPoint(i, vOld); in shiftAndScalePolyData()
221 vNew[j] = factor * (vOld[j] + shift[j]); in shiftAndScalePolyData()
/dports/math/maxima/maxima-5.43.2/share/contrib/sarag/
H A DrootCounting.mac53 block([rOld,rNew,uOld,uNew,vOld,vNew,rRes, uRes, vRes,quo,rList,uList,vList,rAux,uAux,vAux],
60 uOld : 1, vOld : 0,
64 vList : [vOld],
81 vNew : ratexpand(-vOld + quo*vNew),
85 vOld : vAux,
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/vec/
H A DvecInt.h2067 static inline void Vec_IntRemapArray( Vec_Int_t * vOld2New, Vec_Int_t * vOld, Vec_Int_t * vNew, int… in Vec_IntRemapArray() argument
2070 if ( Vec_IntSize(vOld) == 0 ) in Vec_IntRemapArray()
2074 if ( iNew > 0 && iNew < nNew && iOld < Vec_IntSize(vOld) && Vec_IntEntry(vOld, iOld) != 0 ) in Vec_IntRemapArray()
2075 Vec_IntWriteEntry( vNew, iNew, Vec_IntEntry(vOld, iOld) ); in Vec_IntRemapArray()
/dports/science/PETSc/petsc-3.14.1/src/ts/characteristic/interface/
H A Dcharacteristic.c259 PetscErrorCode CharacteristicSetVelocityInterpolation(Characteristic c, DM da, Vec v, Vec vOld, Pet… in CharacteristicSetVelocityInterpolation() argument
264 c->velocityOld = vOld; in CharacteristicSetVelocityInterpolation()
272 PetscErrorCode CharacteristicSetVelocityInterpolationLocal(Characteristic c, DM da, Vec v, Vec vOld in CharacteristicSetVelocityInterpolationLocal() argument
277 c->velocityOld = vOld; in CharacteristicSetVelocityInterpolationLocal()
/dports/devel/xelfviewer/XELFViewer-0.03/XOptions/
H A Dxoptions.cpp241 QVariant vOld=g_mapValues.value(id); in setValue() local
243 if(vValue!=vOld) in setValue()
/dports/devel/xopcodecalc/XOpcodeCalc-0.03/XOptions/
H A Dxoptions.cpp273 QVariant vOld=g_mapValues.value(id); in setValue() local
275 if(vValue!=vOld) in setValue()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/src/
H A DWorkGraph.cpp402 void WorkGraph::RecursiveCut(const boost::graph_traits<Graph>::vertex_descriptor& vOld, const boost… in RecursiveCut() argument
409 for( tie(e, e_end)=in_edges(vOld, graph); e!=e_end; ++e ) { // loop through the input edges in RecursiveCut()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DOCPNPlatform.cpp1333 void OCPNPlatform::SetUpgradeOptions( wxString vNew, wxString vOld ) in SetUpgradeOptions() argument
1337 qDebug() << "Upgrade check" << "from: " << vOld.mb_str() << " to: " << vNew.mb_str(); in SetUpgradeOptions()
/dports/science/openbabel/openbabel-3.1.1/src/formats/libinchi/
H A Dichi_bns.c5992 Vertex vOld; in bRestoreBnsAfterCheckAltPath() local
6006 vOld = pEdge->neighbor12 ^ vNew; in bRestoreBnsAfterCheckAltPath()
6007 pOldVert = pBNS->vert + vOld; in bRestoreBnsAfterCheckAltPath()
6061 vOld = pEdge->neighbor12 ^ vNew; in bRestoreBnsAfterCheckAltPath()
6062 pOldVert = pBNS->vert + vOld; in bRestoreBnsAfterCheckAltPath()

12