Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tests/
H A Dex17.c86 PetscErrorCode TransferSetUp(TS ts, PetscInt step, PetscReal time, Vec sol, PetscBool *resize, Pets… in TransferSetUp()
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp269 inline PetscErrorCode MemoryChunk<E>::resize(size_type newsize) noexcept in resize() function in Petsc::memory::impl::MemoryChunk
/petsc/src/ts/tutorials/
H A Dex11.c1103 …ptToleranceFVMSetUp(TS ts, PetscInt nstep, PetscReal time, Vec sol, PetscBool *resize, PetscCtx ct… in adaptToleranceFVMSetUp()
1487 PetscBool resize; in main() local
H A Dex30.c1851 static PetscErrorCode ResizeSetUp(TS ts, PetscInt nstep, PetscReal time, Vec u, PetscBool *resize, … in ResizeSetUp()
/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp932 inline PetscErrorCode KHashTable<V, H, KE>::resize(size_type req_size) noexcept in resize() function in Petsc::khash::KHashTable
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu192 PetscBool resize; member
/petsc/src/ts/interface/
H A Dts.c3816 …ErrorCode (*setup)(TS ts, PetscInt step, PetscReal time, Vec state, PetscBool *resize, PetscCtx ct… in TSSetResize()