Home
last modified time | relevance | path

Searched refs:PetscRealloc (Results 1 – 13 of 13) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/swarm/
H A Dswarmpic_sort.c62 ierr = PetscRealloc(sizeof(PetscInt)*(ncells + 1),&ctx->pcell_offsets);CHKERRQ(ierr); in DMSwarmSortSetup()
70 ierr = PetscRealloc(sizeof(SwarmPoint)*npoints,&ctx->list);CHKERRQ(ierr); in DMSwarmSortSetup()
H A Ddata_bucket.c152 ierr = PetscRealloc(sizeof(DMSwarmDataField)*(db->nfields+1), &db->field);CHKERRQ(ierr); in DMSwarmDataBucketRegisterField()
225 ierr = PetscRealloc(df->atomic_size * (new_L), &df->data);CHKERRQ(ierr); in DMSwarmDataFieldSetSize()
230 ierr = PetscRealloc(df->atomic_size * (new_L+1), &df->data);CHKERRQ(ierr); in DMSwarmDataFieldSetSize()
H A Ddata_ex.c238 …ierr = PetscRealloc(sizeof(PetscMPIInt)*(d->n_neighbour_procs+1), &d->neighbour_procs);CHKERRQ(ier… in DMSwarmDataExTopologyAddNeighbour()
/dports/science/PETSc/petsc-3.14.1/src/ts/interface/
H A Dtshistory.c69 ierr = PetscRealloc(tsh->c*sizeof(*tsh->hist),&tsh->hist);CHKERRQ(ierr); in TSHistoryUpdate()
70 ierr = PetscRealloc(tsh->c*sizeof(*tsh->hist_id),&tsh->hist_id);CHKERRQ(ierr); in TSHistoryUpdate()
/dports/science/PETSc/petsc-3.14.1/src/mat/utils/
H A Daxpy.c196 ierr = PetscRealloc(vs*sizeof(*val),&val);CHKERRQ(ierr); in MatAXPY_Basic()
253 ierr = PetscRealloc(vs*sizeof(*val),&val);CHKERRQ(ierr); in MatAXPY_BasicWithPreallocation()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/is/utils/
H A Disdiff.c392 ierr = PetscRealloc(nout*sizeof(PetscInt),&iout);CHKERRQ(ierr); in ISIntersect()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/composite/
H A Dmcomposite.c555 ierr = PetscRealloc(sizeof(PetscScalar)*shell->nmat,&shell->scalings);CHKERRQ(ierr); in MatCompositeAddMat_Composite()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dmatimpl.h1519 ierr = PetscRealloc(lsize*sizeof(PetscInt),lnk);CHKERRQ(ierr); in PetscLLCondensedExpand_Scalable()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscsys.h599 #define PetscRealloc(a,b) ((*PetscTrRealloc)((a),__LINE__,PETSC_FUNCTION_NAME,__FILE__,(void**)(b)… macro
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/seq/
H A Dmatmatmult.c866 ierr = PetscRealloc(sizeof(PetscInt)*c_maxmem,&cj);CHKERRQ(ierr); in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
/dports/science/PETSc/petsc-3.14.1/docs/manualpages/
H A Dhtmlmap6536 man:+PetscRealloc++PetscRealloc++++man+manualpages/Sys/PetscRealloc.html#PetscRealloc
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS6432 #define PetscRealloc(599,20450
H A DCTAGS26474 PetscRealloc include/petscsys.h 599;" d language:C++