Searched refs:totDimAux (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ftn-custom/ |
| H A D | zplexfemf90.c | 25 PetscInt numCells, totDim, totDimAux = 0; in dmplexgetcellfields_() local 43 *ierr = PetscDSGetTotalDimension(probAux, &totDimAux); in dmplexgetcellfields_() 50 …*ierr = F90Array1dCreate((void *)a, MPIU_SCALAR, 1, locA ? numCells * totDimAux : 0, aPtr PETSC_F9… in dmplexgetcellfields_()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2411 PetscInt NfAux, totDimAux, *aOff; in DMPlexComputeIntegral_Internal() local 2453 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeIntegral_Internal() 2458 if (dmAux) PetscCall(PetscMalloc1(numCells * totDimAux, &a)); in DMPlexComputeIntegral_Internal() 2512 for (i = 0; i < totDimAux; ++i) a[c * totDimAux + i] = x[i]; in DMPlexComputeIntegral_Internal() 2545 …m, &u[offset * totDim], probAux, PetscSafePointerPlusOffset(a, offset * totDimAux), &cintegral[off… in DMPlexComputeIntegral_Internal() 2560 …otDim * c + foff], NULL, u_x, aOff, NULL, PetscSafePointerPlusOffset(a, totDimAux * c), NULL, NULL… in DMPlexComputeIntegral_Internal() 2722 PetscInt NfAux = 0, totDimAux = 0, *aOff = NULL; in DMPlexComputeBdIntegral_Internal() local 2758 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeBdIntegral_Internal() 2772 PetscCall(PetscCalloc2(numFaces * totDim, &u, (locA ? (size_t)numFaces * totDimAux : 0), &a)); in DMPlexComputeBdIntegral_Internal() 2786 for (PetscInt i = 0; i < totDimAux; ++i) a[f * totDimAux + i] = x[i]; in DMPlexComputeBdIntegral_Internal() [all …]
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 173 …PetscInt dim, dE, Np, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, c… in PetscFEIntegrate_Basic() local 196 PetscCall(PetscDSGetTotalDimension(dsAux, &totDimAux)); in PetscFEIntegrate_Basic() 250 cOffsetAux += totDimAux; in PetscFEIntegrate_Basic() 268 …PetscInt dim, dimAux, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, c… in PetscFEIntegrateBd_Basic() local 288 PetscCall(PetscDSGetTotalDimension(dsAux, &totDimAux)); in PetscFEIntegrateBd_Basic() 384 cOffsetAux += totDimAux; in PetscFEIntegrateBd_Basic() 403 …PetscInt dim, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, cOffsetAu… in PetscFEIntegrateResidual_Basic() local 428 PetscCall(PetscDSGetTotalDimension(dsAux, &totDimAux)); in PetscFEIntegrateResidual_Basic() 491 cOffsetAux += totDimAux; in PetscFEIntegrateResidual_Basic() 509 …PetscInt dim, dimAux, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, c… in PetscFEIntegrateBdResidual_Basic() local [all …]
|