| /petsc/src/sys/logging/utils/ |
| H A D | stack.c | 91 PetscCall(PetscRealloc(stack->max * sizeof(*stack->stack), &stack->stack)); in PetscIntStackPush()
|
| /petsc/src/ts/interface/ |
| H A D | tshistory.c | 26 PetscCall(PetscRealloc(tsh->c * sizeof(*tsh->hist), &tsh->hist)); in TSHistoryUpdate() 27 PetscCall(PetscRealloc(tsh->c * sizeof(*tsh->hist_id), &tsh->hist_id)); in TSHistoryUpdate()
|
| /petsc/src/dm/impls/plex/ |
| H A D | pointqueue.c | 35 PetscCall(PetscRealloc(queue->size * sizeof(PetscInt), &queue->points)); in DMPlexPointQueueEnsureSize()
|
| /petsc/src/sys/objects/ |
| H A D | prefix.c | 135 PetscCall(PetscRealloc(new_len * sizeof(*obj->prefix), &obj->prefix)); in PetscObjectAppendOptionsPrefix()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic_sort.c | 56 PetscCall(PetscRealloc(sizeof(PetscInt) * (ncells + 1), &ctx->pcell_offsets)); in DMSwarmSortSetup() 64 PetscCall(PetscRealloc(sizeof(SwarmPoint) * npoints, &ctx->list)); in DMSwarmSortSetup()
|
| H A D | data_bucket.c | 135 PetscCall(PetscRealloc(sizeof(DMSwarmDataField) * (db->nfields + 1), &db->field)); in DMSwarmDataBucketRegisterField() 213 PetscCall(PetscRealloc(df->atomic_size * (new_L), &df->data)); in DMSwarmDataFieldSetSize() 218 PetscCall(PetscRealloc(df->atomic_size * (new_L + 1), &df->data)); in DMSwarmDataFieldSetSize()
|
| H A D | data_ex.c | 218 PetscCall(PetscRealloc(sizeof(PetscMPIInt) * (d->n_neighbour_procs + 1), &d->neighbour_procs)); in DMSwarmDataExTopologyAddNeighbour()
|
| /petsc/src/sys/classes/draw/interface/ |
| H A D | draw.c | 237 PetscCall(PetscRealloc(new_len * sizeof(*draw->title), &draw->title)); in PetscDrawAppendTitle()
|
| /petsc/src/mat/utils/ |
| H A D | axpy.c | 225 PetscCall(PetscRealloc(vs * sizeof(*val), &val)); in MatAXPY_Basic() 284 PetscCall(PetscRealloc(vs * sizeof(*val), &val)); in MatAXPY_BasicWithPreallocation()
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | dcontext.cxx | 614 PetscCall(PetscRealloc(numChildren * sizeof(*childIDs), &childIDs)); in PetscDeviceContextForkWithStreamType()
|
| /petsc/src/dm/impls/da/ |
| H A D | dadd.c | 257 PetscCall(PetscRealloc(idx * sizeof(PetscInt), &indices)); in DMDACreatePatchIS()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | sbaijov.c | 64 PetscCall(PetscRealloc(max_len * sizeof(*obj->type_name), &obj->type_name)); in MatIncreaseOverlap_MPISBAIJ()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 431 PetscCall(PetscRealloc(nout * sizeof(PetscInt), &iout)); in ISIntersect()
|
| /petsc/src/mat/impls/composite/ |
| H A D | mcomposite.c | 437 PetscCall(PetscRealloc(sizeof(PetscScalar) * shell->nmat, &shell->scalings)); in MatCompositeAddMat_Composite()
|
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkos.kokkos.cxx | 871 PetscCall(PetscRealloc(sizeof(PetscInt) * nDMs, &block_sizes)); in PCSetUp_BJKOKKOS()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 1477 PetscCall(PetscRealloc(lsize * sizeof(PetscInt), lnk)); in PetscLLCondensedExpand_Scalable()
|
| /petsc/include/ |
| H A D | petscsys.h | 518 #define PetscRealloc(a, b) ((*PetscTrRealloc)((a), __LINE__, PETSC_FUNCTION_NAME, __FILE__, (void *… macro
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | matmatmult.c | 866 PetscCall(PetscRealloc(sizeof(PetscInt) * c_maxmem, &cj)); in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 3334 …if (i > 0) PetscCall(PetscRealloc(sizeof(PetscMUMPSInt) * (2 * nICNTL_pre + 3), &mumps->ICNTL_pre)… in MatMumpsSetIcntl_MUMPS() 3429 if (i > 0) PetscCall(PetscRealloc(sizeof(PetscReal) * (2 * nCNTL_pre + 3), &mumps->CNTL_pre)); in MatMumpsSetCntl_MUMPS()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 806 PetscCall(PetscRealloc(new_len * sizeof(*A->factorprefix), &A->factorprefix)); in MatAppendOptionsPrefixFactor()
|