Searched refs:Q_dot_loc (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 190 PetscCall(DMCreateLocalVector(dm, &user->Q_dot_loc)); in main() 191 PetscCall(VecZeroEntries(user->Q_dot_loc)); in main() 311 PetscCall(VecDestroy(&user->Q_dot_loc)); in main()
|
| H A D | navierstokes.h | 177 Vec Q_loc, Q_dot_loc; member
|
| /libCEED/examples/fluids/src/ |
| H A D | setupts.c | 107 Vec Q_loc = user->Q_loc, Q_dot_loc = user->Q_dot_loc, G_loc; in IFunction_NS() local 122 PetscCall(DMGlobalToLocalBegin(user->dm, Q_dot, INSERT_VALUES, Q_dot_loc)); in IFunction_NS() 124 PetscCall(DMGlobalToLocalEnd(user->dm, Q_dot, INSERT_VALUES, Q_dot_loc)); in IFunction_NS() 128 PetscCall(VecReadPetscToCeed(Q_dot_loc, &q_dot_mem_type, user->q_dot_ceed)); in IFunction_NS() 140 PetscCall(VecReadCeedToPetsc(user->q_dot_ceed, q_dot_mem_type, Q_dot_loc)); in IFunction_NS()
|
| H A D | setuplibceed.c | 473 PetscCall(MatCeedSetLocalVectors(user->mat_ijacobian, user->Q_dot_loc, NULL)); in SetupLibceed()
|