Home
last modified time | relevance | path

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

/honee/include/
H A Dhonee-file.h16 PetscErrorCode HoneeLoadBinaryVec(PetscViewer viewer, Vec Q, PetscReal *time, PetscInt *step_number…
/honee/src/
H A Dhonee-file.c73 PetscCall(HoneeLoadBinaryVec(viewer, Q, solution_time, solution_steps)); in HoneeLoadInitialCondition()
128 PetscErrorCode HoneeLoadBinaryVec(PetscViewer viewer, Vec Q, PetscReal *time, PetscInt *step_number… in HoneeLoadBinaryVec() function
H A Dmisc.c105 PetscCall(HoneeLoadBinaryVec(viewer, Qref, NULL, NULL)); in RegressionTest()