Searched refs:PetscDSGetFieldSize (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscds.pxi | 22 PetscErrorCode PetscDSGetFieldSize(PetscDS, PetscInt, PetscInt*)
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 73 PetscCall(PetscDSGetFieldSize(prob, field, &dof)); in DMPlexReconstructGradients_Internal()
|
| H A D | plexfem.c | 3911 PetscCall(PetscDSGetFieldSize(dsIn, f, &fdofIn)); in DMPlexGetHybridCellFields() 3945 PetscCall(PetscDSGetFieldSize(dsIn, f, &fdofIn)); in DMPlexGetHybridCellFields() 5648 PetscCall(PetscDSGetFieldSize(ds, key[2].field, &Nb)); in DMPlexComputeResidualHybridByKey() 5649 PetscCall(PetscDSGetFieldSize(dsScale[2], 0, &Nbs)); in DMPlexComputeResidualHybridByKey() 5808 PetscCall(PetscDSGetFieldSize(ds, f, &Nb)); in DMPlexComputeResidualHybridByKey() 6732 PetscCall(PetscDSGetFieldSize(ds, key[2].field, &Nb)); in DMPlexComputeJacobianHybridByKey() 6733 PetscCall(PetscDSGetFieldSize(dsScale[2], 0, &Nbs)); in DMPlexComputeJacobianHybridByKey() 6907 PetscCall(PetscDSGetFieldSize(ds, fieldI, &Nb)); in DMPlexComputeJacobianHybridByKey()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2687 PetscErrorCode PetscDSGetFieldSize(PetscDS prob, PetscInt f, PetscInt *size) in PetscDSGetFieldSize() function 2724 PetscCall(PetscDSGetFieldSize(prob, g, &size)); in PetscDSGetFieldOffset() 2759 PetscCall(PetscDSGetFieldSize(ds, g, &size)); in PetscDSGetFieldOffsetCohesive()
|
| /petsc/include/ |
| H A D | petscds.h | 118 PETSC_EXTERN PetscErrorCode PetscDSGetFieldSize(PetscDS, PetscInt, PetscInt *);
|