| /petsc/src/vec/is/utils/ |
| H A D | pmap.c | 160 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 D | aijhdf5.c | 17 PetscInt *range; in MatLoad_AIJ_HDF5() local
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbvec.cxx | 38 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 D | dmmoab.cxx | 93 …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 D | sfallgatherv.c | 7 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 D | ex1.cxx | 46 moab::Range range; in CreateMesh() local
|
| /petsc/include/ |
| H A D | petscis.h | 311 PetscInt *range; /* the offset of each processor */ member
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 32 const PetscInt *range; in PetscSFSetGraphLayout() local 102 const PetscInt *range; in PetscSFGetGraphLayout() local
|
| /petsc/src/ksp/pc/impls/mpi/ |
| H A D | pcmpi.c | 166 const PetscInt *range; in PCMPISetMat() local 298 const PetscInt *range; in PCMPISetMat() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 90 …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 D | hdf5io.c | 92 const PetscInt *range; in PetscViewerHDF5ReadSizes_Private() local
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm_migrate.c | 209 PetscInt npoints_curr, range = 0; in DMSwarmMigrate_CellDMScatter() local
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex5.c | 36 PetscReal range = xmax - xmin; in RangeMod() local
|
| H A D | ex6.c | 29 PetscReal range = xmax - xmin; in RangeMod() local
|
| H A D | ex7.c | 31 PetscReal range = xmax - xmin; in RangeMod() local
|
| H A D | ex8.c | 22 PetscReal range = xmax - xmin; in RangeMod() local
|
| H A D | ex4.c | 45 PetscReal range = xmax - xmin; in RangeMod() local
|
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 390 const auto range = map.equal_range(key); in test_find() local
|
| /petsc/src/dm/dt/dualspace/impls/sum/ |
| H A D | dualspacesum.c | 653 PetscInt *range, *domain; in PetscDualSpaceGetSymmetries_Sum() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex48.c | 1365 PetscInt mx, my, mz, range[6]; local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 75 PetscReal range = xmax - xmin; in RangeMod() local
|
| H A D | ex14.c | 1348 PetscInt mx, my, mz, r, range[6]; in THIDAVecView_VTK_XML() local
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 1421 char range = 'A'; /* all eigenvalues will be found */ in PetscDTSymmetricTridiagonalEigensolve() local
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 16 static PetscErrorCode MatDenseOrthogonalRangeOrComplement(Mat A, PetscBool range, PetscInt lw, Pets… in MatDenseOrthogonalRangeOrComplement()
|