Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c162 …etscInt Ne, PetscFEGeom *cgeom, const PetscScalar coefficients[], PetscDS dsAux, const PetscScalar… in PetscFEIntegrate_Basic() argument
194 if (dsAux) { in PetscFEIntegrate_Basic()
195 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in PetscFEIntegrate_Basic()
196 PetscCall(PetscDSGetTotalDimension(dsAux, &totDimAux)); in PetscFEIntegrate_Basic()
197 PetscCall(PetscDSGetComponentOffsets(dsAux, &aOff)); in PetscFEIntegrate_Basic()
198 PetscCall(PetscDSGetComponentDerivativeOffsets(dsAux, &aOff_x)); in PetscFEIntegrate_Basic()
199 PetscCall(PetscDSGetTabulation(dsAux, &TAux)); in PetscFEIntegrate_Basic()
200 PetscCall(PetscDSGetEvaluationArrays(dsAux, &a, NULL, &a_x)); in PetscFEIntegrate_Basic()
243 …if (dsAux) PetscCall(PetscFEEvaluateFieldJets_Internal(dsAux, NfAux, 0, q, TAux, &fegeom, &coeffic… in PetscFEIntegrate_Basic()
255 …etscInt Ne, PetscFEGeom *fgeom, const PetscScalar coefficients[], PetscDS dsAux, const PetscScalar… in PetscFEIntegrateBd_Basic() argument
[all …]
/petsc/src/dm/impls/plex/
H A Dplexproject.c198 …losureType encIn, PetscDS dsIn, DM dmAux, DMEnclosureType encAux, PetscDS dsAux, PetscReal time, V… in DMProjectPoint_Field_Private() argument
256 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in DMProjectPoint_Field_Private()
258 PetscCall(PetscDSGetComponentOffsets(dsAux, &aOff)); in DMProjectPoint_Field_Private()
259 PetscCall(PetscDSGetComponentDerivativeOffsets(dsAux, &aOff_x)); in DMProjectPoint_Field_Private()
260 PetscCall(PetscDSGetEvaluationArrays(dsAux, &a, NULL /*&a_t*/, &a_x)); in DMProjectPoint_Field_Private()
339 …if (dsAux) PetscCall(PetscFEEvaluateFieldJets_Internal(dsAux, NfAux, 0, tp, TAux, &fegeom, coeffic… in DMProjectPoint_Field_Private()
357 …losureType encIn, PetscDS dsIn, DM dmAux, DMEnclosureType encAux, PetscDS dsAux, PetscReal time, V… in DMProjectPoint_BdField_Private() argument
415 PetscCall(PetscDSGetNumFields(dsAux, &NfAux)); in DMProjectPoint_BdField_Private()
417 PetscCall(PetscDSGetComponentOffsets(dsAux, &aOff)); in DMProjectPoint_BdField_Private()
418 PetscCall(PetscDSGetComponentDerivativeOffsets(dsAux, &aOff_x)); in DMProjectPoint_BdField_Private()
[all …]
H A Dplexfem.c5183 PetscDS dsAux = NULL; in DMPlexComputeResidualByKey() local
5220 PetscCall(DMGetCellDS(dmAux, subcell, &dsAux, NULL)); in DMPlexComputeResidualByKey()
5221 PetscCall(PetscDSGetTotalDimension(dsAux, &totDimAux)); in DMPlexComputeResidualByKey()
5334 PetscCall(PetscFEIntegrateResidual(ds, key, Ne, chunkGeom, u, u_t, dsAux, a, t, elemVec)); in DMPlexComputeResidualByKey()
5336 …m, &u[offset * totDim], PetscSafePointerPlusOffset(u_t, offset * totDim), dsAux, PetscSafePointerP… in DMPlexComputeResidualByKey()
5563 PetscDS dsAux[3] = {NULL, NULL, NULL}; in DMPlexComputeResidualHybridByKey() local
5610 PetscCall(DMGetCellDS(dmAux[2], cellStart, &dsAux[2], NULL)); in DMPlexComputeResidualHybridByKey()
5611 PetscCall(PetscDSGetTotalDimension(dsAux[2], &totDimAux[2])); in DMPlexComputeResidualHybridByKey()
5631 PetscCall(DMGetCellDS(dmAux[c], support[s], &dsAux[c], NULL)); in DMPlexComputeResidualHybridByKey()
5632 PetscCall(PetscDSGetTotalDimension(dsAux[c], &totDimAux[c])); in DMPlexComputeResidualHybridByKey()
[all …]
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1601 …t PetscScalar coefficients[], const PetscScalar coefficients_t[], PetscDS dsAux, const PetscScalar… in PetscFEIntegrateJacobian() argument
1611 …ejacobian)(rds, cds, jtype, key, Ne, cgeom, coefficients, coefficients_t, dsAux, coefficientsAux, … in PetscFEIntegrateJacobian()