Home
last modified time | relevance | path

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

/honee/include/
H A Dhonee-file.h17 PetscErrorCode HoneeWriteBinaryVec(PetscViewer viewer, Vec Q, PetscReal time, PetscInt step_number);
/honee/src/
H A Dhonee-file.c183 PetscErrorCode HoneeWriteBinaryVec(PetscViewer viewer, Vec Q, PetscReal time, PetscInt step_number)… in HoneeWriteBinaryVec() function
H A Dsetupts.c248 PetscCall(HoneeWriteBinaryVec(viewer, Q, time, step_no)); in WriteOutput()