Searched refs:fluxWork (Results 1 – 2 of 2) sorted by relevance
79 PetscScalar *fluxWork; /* The work array for flux calculation */ member
1132 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()