Home
last modified time | relevance | path

Searched refs:Iindice (Results 1 – 2 of 2) sorted by relevance

/dports/math/mathmod/mathmod-11.1/pariso/parametric/
H A DModel3D.cpp1943 uint Iindice=0, Jindice=0; in ParCompute() local
1988 Iindice = il; in ParCompute()
1990 if((remU>0) && ((Iindice+remU)==(iFinish))) in ParCompute()
2007 vals[l*3 ]= double(Iindice+ uint(l/nbV))*dif_u[cmp]/double(Ugrid-1) + u_inf[cmp]; in ParCompute()
2120 … NormVertexTabVector[(Iindice+ii)*10*Vgrid + 10*(Jindice +jj) +7 +NewPosition] = float(ResX[p]); in ParCompute()
2121 … NormVertexTabVector[(Iindice+ii)*10*Vgrid + 10*(Jindice +jj) +8 +NewPosition] = float(ResY[p]); in ParCompute()
2122 … NormVertexTabVector[(Iindice+ii)*10*Vgrid + 10*(Jindice +jj) +9 +NewPosition] = float(ResZ[p]); in ParCompute()
2124 … ExtraDimensionVector[(Iindice+ii)*Vgrid + (Jindice +jj) + idx] = float(ResW[p]); in ParCompute()
/dports/math/mathmod/mathmod-11.1/pariso/isosurface/
H A DIso3D.cpp645 uint Iindice=0, Jindice=0, Kindice=0, nbvar=8; in VoxelEvaluation() local
673 Iindice = i; in VoxelEvaluation()
675 if((remX>0) && ((Iindice+remX)==(iFinish))) in VoxelEvaluation()
680 I_jp = Iindice*maxgrscalemaxgr; in VoxelEvaluation()
703 vals[l*nbvar ]= xLocal2[IsoIndex*GridVal+Iindice+uint(l*nbX/nbstack)]; in VoxelEvaluation()
707 vals[l*nbvar+4]=Iindice+uint(l*nbX/nbstack); in VoxelEvaluation()