Home
last modified time | relevance | path

Searched refs:cds (Results 1 – 8 of 8) sorted by relevance

/petsc/doc/community/meetings/2024/
H A Dindex.md11 [Original meeting website](https://cds.uni-koeln.de/en/workshops/petsc-2024/home)
/petsc/src/dm/impls/plex/
H A Dplexrefine.c379 PetscDS cds, rcds; in DMRefine_Plex() local
383 PetscCall(DMGetDS(cdm, &cds)); in DMRefine_Plex()
385 PetscCall(PetscDSCopyConstants(cds, rcds)); in DMRefine_Plex()
H A Dplexcreate.c2918 PetscDS cds; in DMPlexCreateHexCylinderMesh_Internal() local
2923 PetscCall(DMGetDS(cdm, &cds)); in DMPlexCreateHexCylinderMesh_Internal()
2924 PetscCall(PetscDSSetConstants(cds, 2, c)); in DMPlexCreateHexCylinderMesh_Internal()
3659 PetscDS cds; in DMPlexCreateSphereMesh_Internal() local
3665 PetscCall(DMGetDS(cdm, &cds)); in DMPlexCreateSphereMesh_Internal()
3666 PetscCall(PetscDSSetConstants(cds, 1, &c)); in DMPlexCreateSphereMesh_Internal()
4876 PetscDS cds; in DMPlexCreateFromOptions_Internal() local
4885 PetscCall(DMGetDS(cdm, &cds)); in DMPlexCreateFromOptions_Internal()
4886 PetscCall(PetscDSSetConstants(cds, 2, bounds)); in DMPlexCreateFromOptions_Internal()
5376 PetscDS cds; in DMSetFromOptions_Plex() local
[all …]
H A Dplexgeometry.c4123 PetscDS cds; in DMPlexRemapGeometry() local
4133 PetscCall(DMGetDS(cdm, &cds)); in DMPlexRemapGeometry()
4134 PetscCall(PetscDSGetDiscretization(cds, 0, &obj)); in DMPlexRemapGeometry()
4147 PetscCall(PetscDSGetConstants(cds, &Nc, &constants)); in DMPlexRemapGeometry()
4189 PetscDS cds; in DMPlexShearGeometry() local
4200 PetscCall(DMGetDS(cdm, &cds)); in DMPlexShearGeometry()
4201 PetscCall(PetscDSSetConstants(cds, dE + 1, moduli)); in DMPlexShearGeometry()
H A Dplexfem.c6395 PetscDS rds, cds, dsAux = NULL; in DMPlexComputeJacobianByKeyGeneral() local
6429 PetscCall(DMGetCellDS(dmc, cells ? cells[cStart] : cStart, &cds, NULL)); in DMPlexComputeJacobianByKeyGeneral()
6431 PetscCall(PetscDSGetNumFields(cds, &cNf)); in DMPlexComputeJacobianByKeyGeneral()
6434 PetscCall(PetscDSGetTotalDimension(cds, &ctotDim)); 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()
6513 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom, u, u_t, dsA… in DMPlexComputeJacobianByKeyGeneral()
6514 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_PRE, key, Nr, remGeom, &u[offset * t… in DMPlexComputeJacobianByKeyGeneral()
6517 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, dsA… in DMPlexComputeJacobianByKeyGeneral()
6518 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_DYN, key, Nr, remGeom, &u[offset * t… in DMPlexComputeJacobianByKeyGeneral()
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c743 PetscErrorCode PetscFEIntegrateJacobian_Basic(PetscDS rds, PetscDS cds, PetscFEJacobianType jtype, … in PetscFEIntegrateJacobian_Basic() argument
773 PetscCall(PetscDSGetDiscretization(cds, fieldJ, (PetscObject *)&feJ)); in PetscFEIntegrateJacobian_Basic()
778 PetscCall(PetscDSGetTotalDimension(cds, &ctotDim)); in PetscFEIntegrateJacobian_Basic()
799 PetscCall(PetscDSGetTabulation(cds, &cT)); in PetscFEIntegrateJacobian_Basic()
802 PetscCall(PetscDSGetFieldOffset(cds, fieldJ, &offsetJ)); in PetscFEIntegrateJacobian_Basic()
804 PetscCall(PetscDSSetIntegrationParameters(cds, fieldI, fieldJ)); in PetscFEIntegrateJacobian_Basic()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1601 PetscErrorCode PetscFEIntegrateJacobian(PetscDS rds, PetscDS cds, PetscFEJacobianType jtype, PetscF… in PetscFEIntegrateJacobian() argument
1608 PetscValidHeaderSpecific(cds, PETSCDS_CLASSID, 2); in PetscFEIntegrateJacobian()
1611 …if (fe->ops->integratejacobian) PetscCall((*fe->ops->integratejacobian)(rds, cds, jtype, key, Ne, … in PetscFEIntegrateJacobian()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2015 PetscDS cds; in LandauSphereMesh() local
2022 PetscCall(DMGetDS(cdm, &cds)); in LandauSphereMesh()
2023 PetscCall(PetscDSSetConstants(cds, 2, consts)); in LandauSphereMesh()