Lines Matching refs:npoints

296 PetscErrorCode DMMoabGetFieldDofs(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscI…  in DMMoabGetFieldDofs()  argument
306 if (!dof) PetscCall(PetscMalloc1(npoints, &dof)); in DMMoabGetFieldDofs()
311 for (i = 0; i < npoints; ++i) in DMMoabGetFieldDofs()
335 PetscErrorCode DMMoabGetFieldDofsLocal(DM dm, PetscInt npoints, const moab::EntityHandle *points, P… in DMMoabGetFieldDofsLocal() argument
345 if (!dof) PetscCall(PetscMalloc1(npoints, &dof)); in DMMoabGetFieldDofsLocal()
350 for (i = 0; i < npoints; ++i) { in DMMoabGetFieldDofsLocal()
374 PetscErrorCode DMMoabGetDofs(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscInt *d… in DMMoabGetDofs() argument
384 if (!dof) PetscCall(PetscMalloc1(dmmoab->numFields * npoints, &dof)); in DMMoabGetDofs()
391 for (i = 0; i < npoints; ++i) in DMMoabGetDofs()
415 PetscErrorCode DMMoabGetDofsLocal(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscI… in DMMoabGetDofsLocal() argument
425 if (!dof) PetscCall(PetscMalloc1(dmmoab->numFields * npoints, &dof)); in DMMoabGetDofsLocal()
432 for (i = 0; i < npoints; ++i) in DMMoabGetDofsLocal()
457 PetscErrorCode DMMoabGetDofsBlocked(DM dm, PetscInt npoints, const moab::EntityHandle *points, Pets… in DMMoabGetDofsBlocked() argument
467 if (!dof) PetscCall(PetscMalloc1(npoints, &dof)); in DMMoabGetDofsBlocked()
469 for (i = 0; i < npoints; ++i) dof[i] = dmmoab->gidmap[(PetscInt)points[i] - dmmoab->seqstart]; in DMMoabGetDofsBlocked()
492 PetscErrorCode DMMoabGetDofsBlockedLocal(DM dm, PetscInt npoints, const moab::EntityHandle *points,… in DMMoabGetDofsBlockedLocal() argument
502 if (!dof) PetscCall(PetscMalloc1(npoints, &dof)); in DMMoabGetDofsBlockedLocal()
504 for (i = 0; i < npoints; ++i) dof[i] = dmmoab->lidmap[(PetscInt)points[i] - dmmoab->seqstart]; in DMMoabGetDofsBlockedLocal()