Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c5578 …PetscInt Nf, f, totDim, totDimIn, totDimAux[3], totDimScale[3], numChunks, cellChunkSize, c… in DMPlexComputeResidualHybridByKey() local
5645 PetscCall(PetscDSGetTotalDimension(dsScale[2], &totDimScale[2])); in DMPlexComputeResidualHybridByKey()
5669 PetscCall(PetscDSGetTotalDimension(dsScale[c], &totDimScale[c])); in DMPlexComputeResidualHybridByKey()
5804 PetscInt Nb, off = cind * totDim, soff = cind * totDimScale[0]; in DMPlexComputeResidualHybridByKey()
6659 …PetscInt Nf, fieldI, fieldJ, totDim, totDimIn, totDimAux[3], totDimScale[3], numChunks, cel… in DMPlexComputeJacobianHybridByKey() local
6729 PetscCall(PetscDSGetTotalDimension(dsScale[2], &totDimScale[2])); in DMPlexComputeJacobianHybridByKey()
6753 PetscCall(PetscDSGetTotalDimension(dsScale[c], &totDimScale[c])); in DMPlexComputeJacobianHybridByKey()
6903 PetscInt Nb, soff = cind * totDimScale[0], off = 0; in DMPlexComputeJacobianHybridByKey()