Searched refs:ICs_FixMultiplicity (Results 1 – 3 of 3) sorted by relevance
| /honee/examples/ |
| H A D | navierstokes.c | 130 PetscCall(ICs_FixMultiplicity(dm, honee, honee->Q_loc, Q, 0.0)); in main()
|
| /honee/src/ |
| H A D | misc.c | 14 PetscErrorCode ICs_FixMultiplicity(DM dm, Honee honee, Vec Q_loc, Vec Q, CeedScalar time) { in ICs_FixMultiplicity() function 135 PetscCall(ICs_FixMultiplicity(dm, honee, Q_exact_loc, Q_exact, final_time)); in PrintError()
|
| /honee/include/ |
| H A D | navierstokes.h | 309 PetscErrorCode ICs_FixMultiplicity(DM dm, Honee honee, Vec Q_loc, Vec Q, CeedScalar time);
|