Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex42.c46 GaussPointCoefficients *gpc; member
68 PetscCall(PetscMalloc1(mx * my * mz, &cells->gpc)); in CellPropertiesCreate()
81 PetscCall(PetscFree(cells->gpc)); in CellPropertiesDestroy()
90 *G = &C->gpc[(II - C->sex) + (J - C->sey) * C->mx + (K - C->sez) * C->mx * C->my]; in CellPropertiesGetCell()