Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 812) sorted by relevance

12345678910>>...33

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Darraynpy.pxi81 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 Dmempoison.h14 #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 Dfontlist-v330.json17 "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 Dobject_pool.cxx32 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 Dex15.c63 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 Dex70.c33 PetscMPIInt rank, size; in CreateMesh() local
68 PetscMPIInt size; in main() local
/petsc/src/sys/utils/
H A Dmpiu.c10 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 Dpsplit.c28 PetscMPIInt size, rank; in PetscSplitOwnershipBlock() local
69 PetscMPIInt size, rank; in PetscSplitOwnership() local
125 PetscMPIInt size, rank; in PetscSplitOwnershipEqual() local
H A Dmpimesg.c35 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 Dsortso.c28 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 Dsubcomm.c109 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 DmemoryManager.hpp34 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 Dapi.c9 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 Dex8.c31 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 Dcentering.c8 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 Dex20.c28 PetscInt size; in main() local
45 PetscInt size; in main() local
/petsc/src/vec/is/is/interface/
H A Dindex.c462 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 Dplexnatural.c301 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 Dzisltogf.c15 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 Dpcmpi.c56 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 Dpsort.c78 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 Dsegmentedmempool.hpp110 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 Dcgnsv.c55 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 Dsaddle_point.py14 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 Dda1.c35 PetscMPIInt size; in DMView_DA_1d() local
137 PetscMPIInt rank, size; in DMSetUp_DA_1D() local
359 PetscMPIInt size; in DMDACreate1d() local

12345678910>>...33