Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c981 PetscInt totDimIn, pIn, numValuesIn; in DMProjectLocal_Generic_Plex() local
983 totDimIn = 0; in DMProjectLocal_Generic_Plex()
990 totDimIn += spDim; in DMProjectLocal_Generic_Plex()
991 if (isCohesiveIn && !cohesive) totDimIn += spDim; in DMProjectLocal_Generic_Plex()
996totDimIn), PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "The input section point (%" PetscInt_FMT ") closur… in DMProjectLocal_Generic_Plex()
H A Dplexfem.c5578 …PetscInt Nf, f, totDim, totDimIn, totDimAux[3], totDimScale[3], numChunks, cellChunkSize, c… in DMPlexComputeResidualHybridByKey() local
5604 PetscCall(PetscDSGetTotalDimension(dsIn, &totDimIn)); in DMPlexComputeResidualHybridByKey()
5786 …ey[0], 0, Nr, remGeomF, remGeomN, &u[offset * totDimIn], PetscSafePointerPlusOffset(u_t, offset * in DMPlexComputeResidualHybridByKey()
5788 …ey[1], 1, Nr, remGeomF, remGeomN, &u[offset * totDimIn], PetscSafePointerPlusOffset(u_t, offset * in DMPlexComputeResidualHybridByKey()
5790 …ey[2], 2, Nr, remGeomF, remGeomN, &u[offset * totDimIn], PetscSafePointerPlusOffset(u_t, offset * in DMPlexComputeResidualHybridByKey()
6659 …PetscInt Nf, fieldI, fieldJ, totDim, totDimIn, totDimAux[3], totDimScale[3], numChunks, cel… in DMPlexComputeJacobianHybridByKey() local
6685 PetscCall(PetscDSGetTotalDimension(dsIn, &totDimIn)); in DMPlexComputeJacobianHybridByKey()
6871 …ey[0], 0, Nr, remGeomF, remGeomN, &u[offset * totDimIn], PetscSafePointerPlusOffset(u_t, offset * in DMPlexComputeJacobianHybridByKey()
6873 …ey[1], 1, Nr, remGeomF, remGeomN, &u[offset * totDimIn], PetscSafePointerPlusOffset(u_t, offset * in DMPlexComputeJacobianHybridByKey()
6877 …ey[0], 0, Nr, remGeomF, remGeomN, &u[offset * totDimIn], PetscSafePointerPlusOffset(u_t, offset * in DMPlexComputeJacobianHybridByKey()
[all …]
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c624 …PetscInt dim, dimAux, numConstants, Nf, NfAux = 0, totDim, totDimIn, totDimAux = 0, cOff… in PetscFEIntegrateHybridResidual_Basic() local
636 PetscCall(PetscDSGetTotalDimension(dsIn, &totDimIn)); in PetscFEIntegrateHybridResidual_Basic()
737 cOffsetIn += totDimIn; in PetscFEIntegrateHybridResidual_Basic()