Searched refs:HoneeLoadBinaryVec (Results 1 – 3 of 3) sorted by relevance
| /honee/include/ |
| H A D | honee-file.h | 16 PetscErrorCode HoneeLoadBinaryVec(PetscViewer viewer, Vec Q, PetscReal *time, PetscInt *step_number…
|
| /honee/src/ |
| H A D | honee-file.c | 73 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 D | misc.c | 105 PetscCall(HoneeLoadBinaryVec(viewer, Qref, NULL, NULL)); in RegressionTest()
|