Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscfvimpl.h79 PetscScalar *fluxWork; /* The work array for flux calculation */ member
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1132 PetscCall(PetscFree((*fvm)->fluxWork)); in PetscFVDestroy()
1170 f->fluxWork = NULL; in PetscFVCreate()
1250 PetscCall(PetscFree(fvm->fluxWork)); in PetscFVSetNumComponents()
1251 PetscCall(PetscMalloc1(comp, &fvm->fluxWork)); in PetscFVSetNumComponents()
1911 PetscScalar *flux = fvm->fluxWork; in PetscFVIntegrateRHSFunction_Upwind()
2193 PetscScalar *flux = fvm->fluxWork; in PetscFVIntegrateRHSFunction_LeastSquares()