| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | arraynpy.pxi | 81 cdef inline ndarray empty_b(PetscInt size): 85 cdef inline ndarray empty_i(PetscInt size): 89 cdef inline ndarray empty_r(PetscInt size): 93 cdef inline ndarray empty_s(PetscInt size): 97 cdef inline ndarray empty_c(PetscInt size): 101 cdef inline ndarray empty_p(PetscInt size): 107 cdef inline ndarray array_i(PetscInt size, const PetscInt* data): 114 cdef inline ndarray array_r(PetscInt size, const PetscReal* data): 121 cdef inline ndarray array_b(PetscInt size, const PetscBool* data): 128 cdef inline ndarray array_s(PetscInt size, const PetscScalar* data): [all …]
|
| /petsc/include/petsc/private/ |
| H A D | mempoison.h | 14 #define ASAN_POISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) argument 15 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size)) argument 28 #define VALGRIND_MAKE_MEM_NOACCESS(addr, size) ((void)(addr), (void)(size)) argument 29 #define VALGRIND_MAKE_MEM_UNDEFINED(addr, size) ((void)(addr), (void)(size)) argument 30 #define VALGRIND_MAKE_MEM_DEFINED(addr, size) ((void)(addr), (void)(size)) argument 92 static inline PetscErrorCode PetscPoisonMemoryRegion(const void *ptr, size_t size) in PetscPoisonMemoryRegion() 126 static inline PetscErrorCode PetscUnpoisonMemoryRegion(const void *ptr, size_t size) in PetscUnpoisonMemoryRegion() 165 static inline PetscErrorCode PetscIsRegionPoisoned(const void *ptr, size_t size, PetscBool3 *poison… in PetscIsRegionPoisoned()
|
| /petsc/share/petsc/xml/ |
| H A D | fontlist-v330.json | 17 "size": "scalable", string 27 "size": "scalable", string 37 "size": "scalable", string 47 "size": "scalable", string 57 "size": "scalable", string 67 "size": "scalable", string 77 "size": "scalable", string 87 "size": "scalable", string 97 "size": "scalable", string 107 "size": "scalable", string [all …]
|
| /petsc/src/sys/objects/cxx/memory/ |
| H A D | object_pool.cxx | 32 size_type size; member 43 constexpr PoolAllocator::AllocationHeader::AllocationHeader(size_type size, align_type align) noexc… in AllocationHeader() 102 constexpr PoolAllocator::size_type PoolAllocator::total_size_(size_type size, align_type align) noe… in total_size_() 297 PetscErrorCode PoolAllocator::allocate_ptr_(size_type size, align_type align, void **ret_ptr) noexc… in allocate_ptr_() 386 PetscErrorCode PoolAllocator::get_attributes(const void *ptr, size_type *size, align_type *align) n… in get_attributes() 424 PetscErrorCode PoolAllocator::try_allocate(void **out_ptr, size_type size, align_type align, bool *… in try_allocate() 472 PetscErrorCode PoolAllocator::allocate(void **out_ptr, size_type size, align_type align, bool *allo… in allocate() 500 PetscErrorCode PoolAllocator::deallocate(void **in_ptr, size_type size, align_type align) noexcept in deallocate() 542 PetscErrorCode PoolAllocator::unpoison(const void *ptr, size_type *size) noexcept in unpoison() 565 PetscErrorCode PoolAllocator::repoison(const void *ptr, size_type size) noexcept in repoison() [all …]
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex15.c | 63 PetscInt size, bs; in main() local 77 PetscInt size, bs; in main() local 97 PetscInt size, bs; in main() local 119 PetscInt size, bs; in main() local
|
| H A D | ex70.c | 33 PetscMPIInt rank, size; in CreateMesh() local 68 PetscMPIInt size; in main() local
|
| /petsc/src/sys/utils/ |
| H A D | mpiu.c | 10 PetscMPIInt rank, size, tag = 0; in PetscSequentialPhaseBegin_Private() local 25 PetscMPIInt rank, size, tag = 0; in PetscSequentialPhaseEnd_Private() local 73 PetscMPIInt size; in PetscSequentialPhaseBegin() local 113 PetscMPIInt size, iflg; in PetscSequentialPhaseEnd() local
|
| H A D | psplit.c | 28 PetscMPIInt size, rank; in PetscSplitOwnershipBlock() local 69 PetscMPIInt size, rank; in PetscSplitOwnership() local 125 PetscMPIInt size, rank; in PetscSplitOwnershipEqual() local
|
| H A D | mpimesg.c | 35 PetscMPIInt size, rank, *recv_buf, i, *iflags_local = NULL, *iflags_localm; in PetscGatherNumberOfMessages() local 92 PetscMPIInt size, rank, tag, i, j; in PetscGatherMessageLengths() local 141 PetscMPIInt size, rank, *recv_buf, i, *iflags_local = NULL, *iflags_localm; in PetscGatherNumberOfMessages_Private() local 170 PetscMPIInt size, rank, tag, i, j; in PetscGatherMessageLengths_Private() local 241 PetscMPIInt size, tag, i, j, *buf_s, *buf_r, *buf_j = NULL; in PetscGatherMessageLengths2() local
|
| H A D | sortso.c | 28 static inline void COPYSWAPPY(char *a, char *b, char *t, size_t size) in COPYSWAPPY() 47 static inline void Petsc_memcpy(char *dest, const char *src, size_t size) in Petsc_memcpy() 60 static inline void Petsc_memmove(char *dest, const char *src, size_t size) in Petsc_memmove() 73 static inline void COPYSWAPPY(char *a, char *b, char *t, size_t size) in COPYSWAPPY() 94 static inline void Petsc_memcpy(char *dest, const char *src, size_t size) in Petsc_memcpy() 109 static inline void Petsc_memmove(char *dest, const char *src, size_t size) in Petsc_memmove() 134 static inline PetscErrorCode PetscGallopSearchLeft_Private(const char *arr, size_t size, CompFunc c… in PetscGallopSearchLeft_Private() 171 static inline PetscErrorCode PetscGallopSearchRight_Private(const char *arr, size_t size, CompFunc … in PetscGallopSearchRight_Private() 209 static inline PetscErrorCode PetscTimSortMergeLo_Private(char *arr, char *tarr, size_t size, CompFu… in PetscTimSortMergeLo_Private() 336 static inline PetscErrorCode PetscTimSortMergeHi_Private(char *arr, char *tarr, size_t size, CompFu… in PetscTimSortMergeHi_Private() [all …]
|
| /petsc/src/sys/objects/ |
| H A D | subcomm.c | 109 PetscMPIInt rank, size, subsize, subrank, duprank; in PetscSubcommView() local 141 PetscMPIInt msub, size; in PetscSubcommSetNumber() local 198 PetscMPIInt size, icolor, duprank, *recvbuf, sendbuf[3], mysubsize, rank, *subsize; in PetscSubcommSetTypeGeneral() local 287 PetscMPIInt rank, size; in PetscSubcommCreate() local 375 PetscMPIInt rank, size, *subsize, duprank = -1, subrank = -1; in PetscSubcommCreate_contiguous() local 446 PetscMPIInt rank, size, *subsize, duprank, subrank; in PetscSubcommCreate_interlaced() local
|
| /petsc/src/ksp/ksp/tests/raja/ |
| H A D | memoryManager.hpp | 34 T *allocate(RAJA::Index_type size) in allocate() 68 T *allocate_gpu(RAJA::Index_type size) in allocate_gpu()
|
| /petsc/src/sys/yaml/src/ |
| H A D | api.c | 9 yaml_malloc(size_t size) in yaml_malloc() 19 yaml_realloc(void *ptr, size_t size) in yaml_realloc() 223 yaml_string_read_handler(void *data, unsigned char *buffer, size_t size, in yaml_string_read_handler() 249 yaml_file_read_handler(void *data, unsigned char *buffer, size_t size, in yaml_file_read_handler() 264 const unsigned char *input, size_t size) in yaml_parser_set_input_string()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex8.c | 31 PetscMPIInt size; in RegisterMatScaleUserImpl() local 52 PetscMPIInt size; in DeRegisterMatScaleUserImpl() local 90 PetscMPIInt rank, size; in main() local
|
| /petsc/src/mat/impls/centering/ |
| H A D | centering.c | 8 PetscInt i, m = A->rmap->n, size; in MatMult_Centering() local 62 PetscMPIInt size; in MatCreateCentering() local
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex20.c | 28 PetscInt size; in main() local 45 PetscInt size; in main() local
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 462 PetscMPIInt size; in ISSetInfo() local 489 PetscMPIInt size, rank; in ISGetInfo_Sorted_Private() local 542 PetscMPIInt size, rank; in ISGetInfo_Unique_Private() local 609 PetscMPIInt size; in ISGetInfo_Permutation() local 651 PetscMPIInt size, rank; in ISGetInfo_Interval() local 705 PetscMPIInt size; in ISGetInfo_Identity() local 782 PetscMPIInt rank, size; in ISGetInfo() local 1003 PetscMPIInt size; in ISSetPermutation() local 1126 PetscErrorCode ISGetSize(IS is, PetscInt *size) in ISGetSize() 1150 PetscErrorCode ISGetLocalSize(IS is, PetscInt *size) in ISGetLocalSize() [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexnatural.c | 301 PetscMPIInt size; in DMPlexGlobalToNaturalBegin() local 359 PetscMPIInt size; in DMPlexGlobalToNaturalEnd() local 402 PetscMPIInt size; in DMPlexNaturalToGlobalBegin() local 450 PetscMPIInt size; in DMPlexNaturalToGlobalEnd() local 490 PetscMPIInt size; in DMPlexCreateNaturalVector() local
|
| /petsc/src/vec/is/utils/ftn-custom/ |
| H A D | zisltogf.c | 15 PETSC_EXTERN void islocaltoglobalmpnggetinfosize_(ISLocalToGlobalMapping *mapping, PetscInt *size, … in islocaltoglobalmpnggetinfosize_() 29 PETSC_EXTERN void islocaltoglobalmappinggetinfo_(ISLocalToGlobalMapping *mapping, PetscInt *size, P… in islocaltoglobalmappinggetinfo_()
|
| /petsc/src/ksp/pc/impls/mpi/ |
| H A D | pcmpi.c | 56 PetscMPIInt size, rank, i; in PCMPICommsCreate() local 78 PetscMPIInt size, rank, i; in PCMPICommsDestroy() local 97 PetscMPIInt size; in PCMPICreate() local 168 PetscMPIInt size, i; in PCMPISetMat() local 323 PetscMPIInt size; in PCMPIUpdateMatValues() local 392 PetscMPIInt size; in PCMPISolve() local 574 PetscMPIInt size; in PCMPIServerBegin() local 687 PetscMPIInt size; in PCMPIServerEnd() local 818 PetscMPIInt rank, size; in PCSetUp_MPI() local 885 PetscMPIInt size; in PCView_MPI() local
|
| /petsc/src/vec/is/utils/ |
| H A D | psort.c | 78 PetscMPIInt size, rank, tag, mpin; in PetscParallelSortInt_Bitonic() local 95 PetscMPIInt size, rank; in PetscParallelSampleSelect() local 170 PetscMPIInt size, rank; in PetscParallelRedistribute() local 236 PetscMPIInt size, rank; in PetscParallelSortInt_Samplesort() local 322 PetscMPIInt size; in PetscParallelSortInt() local
|
| /petsc/src/sys/objects/device/impls/ |
| H A D | segmentedmempool.hpp | 110 PETSC_NODISCARD size_type size() const noexcept { return size_; } in size() function in Petsc::memory::impl::MemoryChunk 154 inline MemoryChunk<E>::MemoryChunk(size_type start, size_type size) noexcept : size_(size), start_(… in MemoryChunk() 159 inline MemoryChunk<E>::MemoryChunk(size_type size) noexcept : MemoryChunk(0, size) in MemoryChunk() 328 PETSC_NODISCARD size_type size() const noexcept { return size_; } in size() function in Petsc::memory::impl::MemoryBlock 724 …yPool<MemType, StreamType, AllocType, DefaultChunkSize>::make_block_(size_type size, const stream_… in make_block_() 752 …oryPool<MemType, StreamType, AllocType, DefaultChunkSize>::allocate_(size_type size, value_type **… in allocate_() 777 … AllocType, DefaultChunkSize>::SegmentedMemoryPool(AllocType alloc, std::size_t size) noexcept(std… in SegmentedMemoryPool() 804 const auto size = static_cast<size_type>(req_size); in allocate() local
|
| /petsc/src/sys/classes/viewer/impls/cgns/ |
| H A D | cgnsv.c | 55 PetscCount size, width = 32, *steps; in PetscViewerFileClose_CGNS() local 258 … name[], int *A_index, CGNS_ENUMT(DataType_t) * data_type, int *dim, cgsize_t size[], PetscBool *f… in CGNS_Find_Array() 417 cgsize_t size[12]; in PetscViewerCGNSGetSolutionFileIndex_Internal() local 479 cgsize_t size[12]; in PetscViewerCGNSGetSolutionTime() local 524 cgsize_t size[12]; in PetscViewerCGNSGetSolutionIteration() local
|
| /petsc/src/binding/petsc4py/demo/hpddm/ |
| H A D | saddle_point.py | 14 def mat_and_is_load(prefix, identifier, A, aux_IS, aux_Mat, rank, size): argument 32 size = PETSc.COMM_WORLD.getSize() variable
|
| /petsc/src/dm/impls/da/ |
| H A D | da1.c | 35 PetscMPIInt size; in DMView_DA_1d() local 137 PetscMPIInt rank, size; in DMSetUp_DA_1D() local 359 PetscMPIInt size; in DMDACreate1d() local
|