Lines Matching defs:dm
20 PetscErrorCode DMMoabSetFieldVector(DM dm, PetscInt ifield, Vec fvec) in DMMoabSetFieldVector()
81 PetscErrorCode DMMoabSetGlobalFieldVector(DM dm, Vec fvec) in DMMoabSetGlobalFieldVector()
158 PetscErrorCode DMMoabSetFieldNames(DM dm, PetscInt numFields, const char *fields[]) in DMMoabSetFieldNames()
201 PetscErrorCode DMMoabGetFieldName(DM dm, PetscInt field, const char *fieldName[]) in DMMoabGetFieldName()
231 PetscErrorCode DMMoabSetFieldName(DM dm, PetscInt field, const char *fieldName) in DMMoabSetFieldName()
265 PetscErrorCode DMMoabGetFieldDof(DM dm, moab::EntityHandle point, PetscInt field, PetscInt *dof) in DMMoabGetFieldDof()
296 PetscErrorCode DMMoabGetFieldDofs(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscI… in DMMoabGetFieldDofs()
335 PetscErrorCode DMMoabGetFieldDofsLocal(DM dm, PetscInt npoints, const moab::EntityHandle *points, P… in DMMoabGetFieldDofsLocal()
374 PetscErrorCode DMMoabGetDofs(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscInt *d… in DMMoabGetDofs()
415 PetscErrorCode DMMoabGetDofsLocal(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscI… in DMMoabGetDofsLocal()
457 PetscErrorCode DMMoabGetDofsBlocked(DM dm, PetscInt npoints, const moab::EntityHandle *points, Pets… in DMMoabGetDofsBlocked()
492 PetscErrorCode DMMoabGetDofsBlockedLocal(DM dm, PetscInt npoints, const moab::EntityHandle *points,… in DMMoabGetDofsBlockedLocal()
528 PetscErrorCode DMMoabGetVertexDofsBlocked(DM dm, PetscInt **dof) in DMMoabGetVertexDofsBlocked()
560 PetscErrorCode DMMoabGetVertexDofsBlockedLocal(DM dm, PetscInt **dof) in DMMoabGetVertexDofsBlockedLocal()