Home
last modified time | relevance | path

Searched refs:zpos1 (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vpic/vtkvpic/
H A DGridExchange.cxx168 int zpos1 = zpos + 1; in setNeighbors() local
175 if (zpos1 == this->layoutSize[2]) zpos1 = 0; in setNeighbors()
183 this->neighbor[Z1] = this->layoutID[xpos][ypos][zpos1]; in setNeighbors()
192 this->neighbor[Y0_Z1] = this->layoutID[xpos][ypos0][zpos1]; in setNeighbors()
194 this->neighbor[Y1_Z1] = this->layoutID[xpos][ypos1][zpos1]; in setNeighbors()
198 this->neighbor[Z1_X0] = this->layoutID[xpos0][ypos][zpos1]; in setNeighbors()
199 this->neighbor[Z1_X1] = this->layoutID[xpos1][ypos][zpos1]; in setNeighbors()
206 this->neighbor[X0_Y0_Z1] = this->layoutID[xpos0][ypos0][zpos1]; in setNeighbors()
207 this->neighbor[X1_Y0_Z1] = this->layoutID[xpos1][ypos0][zpos1]; in setNeighbors()
208 this->neighbor[X0_Y1_Z1] = this->layoutID[xpos0][ypos1][zpos1]; in setNeighbors()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/VPIC/
H A DGridExchange.cxx168 int zpos1 = zpos + 1; in setNeighbors() local
175 if (zpos1 == this->layoutSize[2]) zpos1 = 0; in setNeighbors()
183 this->neighbor[Z1] = this->layoutID[xpos][ypos][zpos1]; in setNeighbors()
192 this->neighbor[Y0_Z1] = this->layoutID[xpos][ypos0][zpos1]; in setNeighbors()
194 this->neighbor[Y1_Z1] = this->layoutID[xpos][ypos1][zpos1]; in setNeighbors()
198 this->neighbor[Z1_X0] = this->layoutID[xpos0][ypos][zpos1]; in setNeighbors()
199 this->neighbor[Z1_X1] = this->layoutID[xpos1][ypos][zpos1]; in setNeighbors()
206 this->neighbor[X0_Y0_Z1] = this->layoutID[xpos0][ypos0][zpos1]; in setNeighbors()
207 this->neighbor[X1_Y0_Z1] = this->layoutID[xpos1][ypos0][zpos1]; in setNeighbors()
208 this->neighbor[X0_Y1_Z1] = this->layoutID[xpos0][ypos1][zpos1]; in setNeighbors()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/VPIC/
H A DGridExchange.cxx168 int zpos1 = zpos + 1; in setNeighbors() local
175 if (zpos1 == this->layoutSize[2]) zpos1 = 0; in setNeighbors()
183 this->neighbor[Z1] = this->layoutID[xpos][ypos][zpos1]; in setNeighbors()
192 this->neighbor[Y0_Z1] = this->layoutID[xpos][ypos0][zpos1]; in setNeighbors()
194 this->neighbor[Y1_Z1] = this->layoutID[xpos][ypos1][zpos1]; in setNeighbors()
198 this->neighbor[Z1_X0] = this->layoutID[xpos0][ypos][zpos1]; in setNeighbors()
199 this->neighbor[Z1_X1] = this->layoutID[xpos1][ypos][zpos1]; in setNeighbors()
206 this->neighbor[X0_Y0_Z1] = this->layoutID[xpos0][ypos0][zpos1]; in setNeighbors()
207 this->neighbor[X1_Y0_Z1] = this->layoutID[xpos1][ypos0][zpos1]; in setNeighbors()
208 this->neighbor[X0_Y1_Z1] = this->layoutID[xpos0][ypos1][zpos1]; in setNeighbors()
[all …]
/dports/cad/impact/Impact/src/run/elements/
H A DRod_2.java226 double zpos1; in calculateStrain() local
235 zpos1 = node[0].getZ_pos(); in calculateStrain()
246 ((zpos2 - zpos1) * (zpos2 - zpos1)) in calculateStrain()
290 double zpos1; in checkTimestep() local
298 zpos1 = node[0].getZ_pos(); in checkTimestep()
309 ((zpos2 - zpos1) * (zpos2 - zpos1)) in checkTimestep()
/dports/graphics/rayshade/rayshade.4.0/libray/libobj/
H A Dcylinder.c87 Float t1, t2, a, b, c, zpos1, zpos2, disc; local
119 zpos1 = npos.z + t1 * nray.z;
122 if (t1 < nmin || zpos1 < 0. || zpos1 > 1.) {
/dports/editors/impress/impress-1.1b9/font3d/
H A Dbuild.cc631 double zpos1,zpos2,zpos3,zpos4; in CreateSides() local
639 zpos1 = options.depth; // with the z=0 plane... in CreateSides()
652 zpos1 = options.depth/2; in CreateSides()
665 zpos1 = 0.0; // flush with the z=0 plane... in CreateSides()
728 frontShrunkPolyArray[i].SetDepth(zpos1); in CreateSides()
874 p1.z = zpos1; in CreateSides()
879 p2.z = zpos1; in CreateSides()
/dports/cad/impact/Impact/bin_cluster/genjpsource/run/elements/
H A DRod_2.java291 double zpos1; in calculateStrain() local
298 zpos1 = this.node[0].getZ_pos(); in calculateStrain()
302 … xpos1) * (xpos2 - xpos1) + (ypos2 - ypos1) * (ypos2 - ypos1) + (zpos2 - zpos1) * (zpos2 - zpos1)); in calculateStrain()
314 double zpos1; in checkTimestep() local
320 zpos1 = this.node[0].getZ_pos(); in checkTimestep()
324 … xpos1) * (xpos2 - xpos1) + (ypos2 - ypos1) * (ypos2 - ypos1) + (zpos2 - zpos1) * (zpos2 - zpos1)); in checkTimestep()