Home
last modified time | relevance | path

Searched refs:structlocation (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dbagimpl.h21 void *structlocation; member
/petsc/src/sys/classes/bag/
H A Dbag.c899 …(*bag)->structlocation = (void *)(((char *)(*bag)) + sizeof(PetscScalar) * (sizeof(struct _n_Petsc… in PetscBagCreate()
980 *(void **)data = bag->structlocation; in PetscBagGetData()