Home
last modified time | relevance | path

Searched refs:PetscDSGetFieldSize (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscds.pxi22 PetscErrorCode PetscDSGetFieldSize(PetscDS, PetscInt, PetscInt*)
/petsc/src/dm/impls/plex/
H A Dplexfvm.c73 PetscCall(PetscDSGetFieldSize(prob, field, &dof)); in DMPlexReconstructGradients_Internal()
H A Dplexfem.c3911 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 Ddtds.c2687 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 Dpetscds.h118 PETSC_EXTERN PetscErrorCode PetscDSGetFieldSize(PetscDS, PetscInt, PetscInt *);