Home
last modified time | relevance | path

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

/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_type/
H A Ddynneighlist.F90233 real(dp) :: coordsTmp(3, nNeighbourSK), distsTmp(nNeighbourSK) local
262 coordsTmp(:,nNeighbourSK) = neighCoords
270 coords(:,1:nNeighbourSK) = coordsTmp(:,1:nNeighbourSK)
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexgeometry.c1863 PetscReal vsum = 0.0, vtmp, coordsTmp[3*3]; in DMPlexComputeGeometryFVM_3D_Internal() local
1898 coordsTmp[0*dim+d] = PetscRealPart(coords[0*dim+d]); in DMPlexComputeGeometryFVM_3D_Internal()
1899 coordsTmp[1*dim+d] = PetscRealPart(coords[1*dim+d]); in DMPlexComputeGeometryFVM_3D_Internal()
1900 coordsTmp[2*dim+d] = PetscRealPart(coords[2*dim+d]); in DMPlexComputeGeometryFVM_3D_Internal()
1902 Volume_Tetrahedron_Origin_Internal(&vtmp, coordsTmp); in DMPlexComputeGeometryFVM_3D_Internal()
1921 coordsTmp[0*dim+d] = PetscRealPart(coords[fv[0]*dim+d]); in DMPlexComputeGeometryFVM_3D_Internal()
1922 coordsTmp[1*dim+d] = PetscRealPart(coords[fv[1]*dim+d]); in DMPlexComputeGeometryFVM_3D_Internal()
1923 coordsTmp[2*dim+d] = PetscRealPart(coords[fv[3]*dim+d]); in DMPlexComputeGeometryFVM_3D_Internal()
1925 Volume_Tetrahedron_Origin_Internal(&vtmp, coordsTmp); in DMPlexComputeGeometryFVM_3D_Internal()
1935 coordsTmp[0*dim+d] = PetscRealPart(coords[fv[1]*dim+d]); in DMPlexComputeGeometryFVM_3D_Internal()
[all …]