Home
last modified time | relevance | path

Searched defs:success (Results 1 – 9 of 9) sorted by relevance

/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas_cholesky.h239 …atrix pattern, PetscReal droptol, PetscReal epsdiag_in, spbas_matrix *matrix_L, PetscBool *success) in spbas_incomplete_cholesky()
344 PetscBool success = spbas_cholesky_row_alloc(retval, i, 1, &n_alloc_used); in spbas_incomplete_cholesky() local
370 … PetscBool flag, success = spbas_cholesky_row_alloc(retval, k, max_row_nnz[k], &n_alloc_used); in spbas_incomplete_cholesky() local
H A Dbasfactor.c125 PetscBool success; in MatCholeskyFactorNumeric_SeqAIJ_Bas() local
/petsc/src/binding/petsc4py/test/
H A Druntests.py293 def shutdown(success): argument
/petsc/src/dm/impls/plex/tests/
H A Dex31.c50 PetscBool success; in main() local
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx424 …olAllocator::try_allocate(void **out_ptr, size_type size, align_type align, bool *success) noexcept in try_allocate()
474 bool success{}; in allocate() local
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp223 …nk<E>::claim(const device::StreamBase<U> *stream, size_type req_size, bool *success, bool serializ… in claim()
430 …:try_allocate_chunk(size_type req_size, T **ptr, const stream_type *stream, bool *success) noexcept in try_allocate_chunk()
514 …oryBlock<T, A, S>::try_deallocate_chunk(T **ptr, const stream_type *stream, bool *success) noexcept in try_deallocate_chunk()
/petsc/src/dm/impls/forest/
H A Dforest.c959 PetscErrorCode DMForestGetAdaptivitySuccess(DM dm, PetscBool *success) in DMForestGetAdaptivitySuccess()
1633 PetscBool success; in DMAdaptLabel_Forest() local
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1666 …nts(DM dm, PetscInt entityDepth, PetscBool useInitialGuess, PetscBool parallel, PetscBool *success) in DMPlexRebalanceSharedPoints()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1320 static PetscErrorCode DMForestGetAdaptivitySuccess_pforest(DM dm, PetscBool *success) in DMForestGetAdaptivitySuccess_pforest()