Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c743 PetscErrorCode PetscFEIntegrateJacobian_Basic(PetscDS rds, PetscDS cds, PetscFEJacobianType jtype, … in PetscFEIntegrateJacobian_Basic() argument
745 const PetscInt debug = rds->printIntegrate; in PetscFEIntegrateJacobian_Basic()
769 PetscCall(PetscDSGetNumFields(rds, &Nf)); in PetscFEIntegrateJacobian_Basic()
772 PetscCall(PetscDSGetDiscretization(rds, fieldI, (PetscObject *)&feI)); in PetscFEIntegrateJacobian_Basic()
777 PetscCall(PetscDSGetTotalDimension(rds, &rtotDim)); in PetscFEIntegrateJacobian_Basic()
779 PetscCall(PetscDSGetComponentOffsets(rds, &uOff)); in PetscFEIntegrateJacobian_Basic()
780 PetscCall(PetscDSGetComponentDerivativeOffsets(rds, &uOff_x)); in PetscFEIntegrateJacobian_Basic()
781 PetscCall(PetscDSGetWeakForm(rds, &wf)); in PetscFEIntegrateJacobian_Basic()
794 PetscCall(PetscDSGetEvaluationArrays(rds, &u, coefficients_t ? &u_t : NULL, &u_x)); in PetscFEIntegrateJacobian_Basic()
795 PetscCall(PetscDSGetWorkspace(rds, &x, &basisReal, &basisDerReal, &testReal, &testDerReal)); in PetscFEIntegrateJacobian_Basic()
[all …]
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1601 PetscErrorCode PetscFEIntegrateJacobian(PetscDS rds, PetscDS cds, PetscFEJacobianType jtype, PetscF… in PetscFEIntegrateJacobian() argument
1607 PetscValidHeaderSpecific(rds, PETSCDS_CLASSID, 1); in PetscFEIntegrateJacobian()
1609 PetscCall(PetscDSGetNumFields(rds, &Nf)); in PetscFEIntegrateJacobian()
1610 PetscCall(PetscDSGetDiscretization(rds, key.field / Nf, (PetscObject *)&fe)); in PetscFEIntegrateJacobian()
1611 …if (fe->ops->integratejacobian) PetscCall((*fe->ops->integratejacobian)(rds, cds, jtype, key, Ne, … in PetscFEIntegrateJacobian()
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c1226 PetscDS rds; in DMSwarmRemap_PFAK_Internal() local
1230 PetscCall(DMGetDS(rdm, &rds)); in DMSwarmRemap_PFAK_Internal()
1232 PetscCall(PetscDSSetObjective(rds, 0, &f0_v2)); in DMSwarmRemap_PFAK_Internal()
/petsc/src/dm/impls/plex/
H A Dplexfem.c6395 PetscDS rds, cds, dsAux = NULL; in DMPlexComputeJacobianByKeyGeneral() local
6428 PetscCall(DMGetCellDS(dmr, cells ? cells[cStart] : cStart, &rds, NULL)); in DMPlexComputeJacobianByKeyGeneral()
6430 PetscCall(PetscDSGetNumFields(rds, &Nf)); in DMPlexComputeJacobianByKeyGeneral()
6433 PetscCall(PetscDSGetTotalDimension(rds, &totDim)); in DMPlexComputeJacobianByKeyGeneral()
6435 PetscCall(PetscDSHasJacobian(rds, &hasJac)); in DMPlexComputeJacobianByKeyGeneral()
6436 PetscCall(PetscDSHasJacobianPreconditioner(rds, &hasPrec)); in DMPlexComputeJacobianByKeyGeneral()
6440 PetscCall(PetscDSHasDynamicJacobian(rds, &hasDyn)); in DMPlexComputeJacobianByKeyGeneral()
6481 PetscCall(PetscDSGetDiscretization(rds, fieldI, (PetscObject *)&fe)); in DMPlexComputeJacobianByKeyGeneral()
6509 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, dsAux, … in DMPlexComputeJacobianByKeyGeneral()
6510 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN, key, Nr, remGeom, &u[offset * totDi… in DMPlexComputeJacobianByKeyGeneral()
[all …]