Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexfemf90.c37 PetscDS probAux; in dmplexgetcellfields_() local
41 *ierr = DMGetDS(dmAux, &probAux); in dmplexgetcellfields_()
43 *ierr = PetscDSGetTotalDimension(probAux, &totDimAux); in dmplexgetcellfields_()
/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c502 … PetscScalar coefficients[], const PetscScalar coefficients_t[], PetscDS probAux, const PetscScala… in PetscFEIntegrateResidual_OpenCL() argument
522 PetscBool useAux = probAux ? PETSC_TRUE : PETSC_FALSE; in PetscFEIntegrateResidual_OpenCL()
565 …egrateResidual_Basic(prob, key, Ne, cgeom, coefficients, coefficients_t, probAux, coefficientsAux,… in PetscFEIntegrateResidual_OpenCL()
578 if (probAux) { in PetscFEIntegrateResidual_OpenCL()
582 PetscCall(PetscDSGetNumFields(probAux, &NfAux)); in PetscFEIntegrateResidual_OpenCL()
586 PetscCall(PetscDSGetDiscretization(probAux, f, (PetscObject *)&feAux)); in PetscFEIntegrateResidual_OpenCL()
/petsc/src/dm/impls/plex/
H A Dplexfem.c2404 PetscDS prob, probAux = NULL; in DMPlexComputeIntegral_Internal() local
2450 PetscCall(DMGetDS(dmAux, &probAux)); in DMPlexComputeIntegral_Internal()
2451 PetscCall(PetscDSGetNumFields(probAux, &NfAux)); in DMPlexComputeIntegral_Internal()
2453 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeIntegral_Internal()
2454 PetscCall(PetscDSGetComponentOffsets(probAux, &aOff)); in DMPlexComputeIntegral_Internal()
2543 PetscCall(PetscFEIntegrate(prob, f, Ne, chunkGeom, u, probAux, a, cintegral)); in DMPlexComputeIntegral_Internal()
2545 …PetscCall(PetscFEIntegrate(prob, f, Nr, chunkGeom, &u[offset * totDim], probAux, PetscSafePointerP… in DMPlexComputeIntegral_Internal()
2717 PetscDS prob, probAux = NULL; in DMPlexComputeBdIntegral_Internal() local
2755 PetscCall(DMGetDS(dmAux, &probAux)); in DMPlexComputeBdIntegral_Internal()
2756 PetscCall(PetscDSGetNumFields(probAux, &NfAux)); in DMPlexComputeBdIntegral_Internal()
[all …]
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1399 …tscInt Ne, PetscFEGeom *cgeom, const PetscScalar coefficients[], PetscDS probAux, const PetscScala… in PetscFEIntegrate() argument
1406 …e) PetscCall((*fe->ops->integrate)(prob, field, Ne, cgeom, coefficients, probAux, coefficientsAux,… in PetscFEIntegrate()
1435 …etscInt Ne, PetscFEGeom *geom, const PetscScalar coefficients[], PetscDS probAux, const PetscScala… in PetscFEIntegrateBd() argument
1442 …l((*fe->ops->integratebd)(prob, field, obj_func, Ne, geom, coefficients, probAux, coefficientsAux,… in PetscFEIntegrateBd()
1479 … PetscScalar coefficients[], const PetscScalar coefficients_t[], PetscDS probAux, const PetscScala… in PetscFEIntegrateResidual() argument
1486 …ps->integrateresidual)(ds, key, Ne, cgeom, coefficients, coefficients_t, probAux, coefficientsAux,… in PetscFEIntegrateResidual()
1514 … PetscScalar coefficients[], const PetscScalar coefficients_t[], PetscDS probAux, const PetscScala… in PetscFEIntegrateBdResidual() argument
1521 …tegratebdresidual)(ds, wf, key, Ne, fgeom, coefficients, coefficients_t, probAux, coefficientsAux,… in PetscFEIntegrateBdResidual()
1551 … PetscScalar coefficients[], const PetscScalar coefficients_t[], PetscDS probAux, const PetscScala… in PetscFEIntegrateHybridResidual() argument
1559 …idual)(ds, dsIn, key, s, Ne, fgeom, cgeom, coefficients, coefficients_t, probAux, coefficientsAux,… in PetscFEIntegrateHybridResidual()
[all …]