Home
last modified time | relevance | path

Searched defs:range (Results 1 – 24 of 24) sorted by relevance

/petsc/src/vec/is/utils/
H A Dpmap.c160 PetscErrorCode PetscLayoutCreateFromRanges(MPI_Comm comm, const PetscInt range[], PetscCopyMode mod… in PetscLayoutCreateFromRanges()
569 PetscErrorCode PetscLayoutGetRanges(PetscLayout map, const PetscInt *range[]) in PetscLayoutGetRanges()
/petsc/src/mat/impls/aij/seq/hdf5/
H A Daijhdf5.c17 PetscInt *range; in MatLoad_AIJ_HDF5() local
/petsc/src/dm/impls/moab/
H A Ddmmbvec.cxx38 PetscErrorCode DMMoabCreateVector(DM dm, moab::Tag tag, const moab::Range *range, PetscBool is_glob… in DMMoabCreateVector()
89 PetscErrorCode DMMoabGetVecRange(Vec vec, moab::Range *range) in DMMoabGetVecRange()
399 const moab::Range *range; in DMCreateVector_Moab_Private() local
H A Ddmmoab.cxx93 …eateMoab(MPI_Comm comm, moab::Interface *mbiface, moab::Tag *ltog_tag, moab::Range *range, DM *dmb) in DMMoabCreateMoab()
256 PetscErrorCode DMMoabSetLocalVertices(DM dm, moab::Range *range) in DMMoabSetLocalVertices()
358 PetscErrorCode DMMoabGetLocalElements(DM dm, const moab::Range **range) in DMMoabGetLocalElements()
379 PetscErrorCode DMMoabSetLocalElements(DM dm, moab::Range *range) in DMMoabSetLocalElements()
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c7 const PetscInt *range; in PetscSFGetGraph_Allgatherv() local
37 const PetscInt *range; in PetscSFSetUp_Allgatherv() local
332 const PetscInt *range; in PetscSFGetRootRanks_Allgatherv() local
/petsc/src/dm/impls/moab/tests/
H A Dex1.cxx46 moab::Range range; in CreateMesh() local
/petsc/include/
H A Dpetscis.h311 PetscInt *range; /* the offset of each processor */ member
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c32 const PetscInt *range; in PetscSFSetGraphLayout() local
102 const PetscInt *range; in PetscSFGetGraphLayout() local
/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c166 const PetscInt *range; in PCMPISetMat() local
298 const PetscInt *range; in PCMPISetMat() local
/petsc/src/dm/impls/plex/
H A Dplexegads.c90 …GADS_EDGE_XYZtoUV_Internal(const PetscScalar coords[], ego obj, const PetscScalar range[], const P… in DMPlex_EGADS_EDGE_XYZtoUV_Internal()
179 …Geom_EDGE_XYZtoUV_Internal(const PetscScalar coords[], ego obj, const PetscScalar range[], const P… in DMPlex_Geom_EDGE_XYZtoUV_Internal()
271 …GADS_FACE_XYZtoUV_Internal(const PetscScalar coords[], ego obj, const PetscScalar range[], const P… in DMPlex_EGADS_FACE_XYZtoUV_Internal()
374 …Geom_FACE_XYZtoUV_Internal(const PetscScalar coords[], ego obj, const PetscScalar range[], const P… in DMPlex_Geom_FACE_XYZtoUV_Internal()
487 double params[3], result[18], paramsV[16 * 3], range[4]; in DMSnapToGeomModel_EGADS_Internal() local
776 double range[4] = {0., 0., 0., 0.}; in DMPlexGeomPrintModel_Internal() local
1082 double range[4], params[3] = {0., 0., 0.}, result[18]; in DMPlexCreateGeom_Internal() local
1107 double range[4], params[3] = {0., 0., 0.}, result[18]; in DMPlexCreateGeom_Internal() local
1690 double range[2], avgt[1], cntrPnt[9]; in DMPlexCreateGeom() local
1744 double range[4], avgUV[2], cntrPnt[18]; in DMPlexCreateGeom() local
[all …]
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c92 const PetscInt *range; in PetscViewerHDF5ReadSizes_Private() local
/petsc/src/dm/impls/swarm/
H A Dswarm_migrate.c209 PetscInt npoints_curr, range = 0; in DMSwarmMigrate_CellDMScatter() local
/petsc/src/ts/tutorials/multirate/
H A Dex5.c36 PetscReal range = xmax - xmin; in RangeMod() local
H A Dex6.c29 PetscReal range = xmax - xmin; in RangeMod() local
H A Dex7.c31 PetscReal range = xmax - xmin; in RangeMod() local
H A Dex8.c22 PetscReal range = xmax - xmin; in RangeMod() local
H A Dex4.c45 PetscReal range = xmax - xmin; in RangeMod() local
/petsc/src/sys/tests/
H A Dex64.cxx390 const auto range = map.equal_range(key); in test_find() local
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c653 PetscInt *range, *domain; in PetscDualSpaceGetSymmetries_Sum() local
/petsc/src/snes/tutorials/
H A Dex48.c1365 PetscInt mx, my, mz, range[6]; local
/petsc/src/ts/tutorials/
H A Dex9.c75 PetscReal range = xmax - xmin; in RangeMod() local
H A Dex14.c1348 PetscInt mx, my, mz, r, range[6]; in THIDAVecView_VTK_XML() local
/petsc/src/dm/dt/interface/
H A Ddt.c1421 char range = 'A'; /* all eigenvalues will be found */ in PetscDTSymmetricTridiagonalEigensolve() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c16 static PetscErrorCode MatDenseOrthogonalRangeOrComplement(Mat A, PetscBool range, PetscInt lw, Pets… in MatDenseOrthogonalRangeOrComplement()