Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 13 of 13) sorted by relevance

/petsc/src/vec/is/is/impls/general/
H A Dgeneral.h10 PetscBool allocated; /* did we allocate the index array ourselves? */ member
/petsc/src/dm/impls/swarm/
H A Ddata_bucket.h31 PetscInt allocated; /* number allocated, this will equal datafield->L */ member
H A Ddata_bucket.c302 …DMSwarmDataBucketGetSizes(DMSwarmDataBucket db, PetscInt *L, PetscInt *buffer, PetscInt *allocated) in DMSwarmDataBucketGetSizes()
311 …lobalSizes(MPI_Comm comm, DMSwarmDataBucket db, PetscInt *L, PetscInt *buffer, PetscInt *allocated) in DMSwarmDataBucketGetGlobalSizes()
432 PetscInt f, L, buffer, allocated, p; in DMSwarmDataBucketCreateFromSubset() local
/petsc/src/ksp/ksp/utils/lmvm/rescale/
H A Dsymbrdnrescale.h16 PetscBool allocated; member
/petsc/src/ksp/pc/impls/lsc/
H A Dlsc.c4 PetscBool allocated, commute, scalediag; member
/petsc/src/ksp/pc/impls/lmvm/
H A Dlmvmpc.c220 PetscBool allocated; in PCSetUp_LMVM() local
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.h39 PetscBool allocated, use_recursive, needPQ; /* P for BFGS, Q for DFP */ member
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx597 allocator_type &allocated = pool(); in operator delete() local
/petsc/include/petsc/private/
H A Disimpl.h99 PetscBool allocated; member
/petsc/src/sys/memory/
H A Dmtr.c460 …PetscLogDouble allocated, allocatedmax, resident, residentmax, gallocated, gallocatedmax, gresiden… in PetscMemoryView() local
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c983 PetscInt i, **allocated = &selfSyms[-sum->selfSymOff]; in PetscDualSpaceDestroy_Sum() local
995 PetscScalar **allocated = &selfSyms[-sum->selfSymOff]; in PetscDualSpaceDestroy_Sum() local
/petsc/src/vec/is/is/impls/block/
H A Dblock.c10 PetscBool allocated; /* did we allocate the index array ourselves? */ member
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c865 PetscInt i, **allocated = &selfSyms[-lag->selfSymOff]; in PetscDualSpaceDestroy_Lagrange() local
877 PetscScalar **allocated = &selfSyms[-lag->selfSymOff]; in PetscDualSpaceDestroy_Lagrange() local