Searched refs:Q_dot_loc (Results 1 – 5 of 5) sorted by relevance
| /honee/examples/ |
| H A D | navierstokes.c | 113 PetscCall(DMCreateLocalVector(dm, &honee->Q_dot_loc)); in main() 114 PetscCall(VecZeroEntries(honee->Q_dot_loc)); in main()
|
| /honee/src/ |
| H A D | setupts.c | 120 Vec Q_loc = honee->Q_loc, Q_dot_loc = honee->Q_dot_loc, G_loc; in IFunction_NS() local 124 PetscCall(DMGlobalToLocalBegin(honee->dm, Q_dot, INSERT_VALUES, Q_dot_loc)); in IFunction_NS() 137 PetscCall(DMGlobalToLocalEnd(honee->dm, Q_dot, INSERT_VALUES, Q_dot_loc)); in IFunction_NS() 141 PetscCall(VecReadPetscToCeed(Q_dot_loc, &q_dot_mem_type, honee->q_dot_ceed)); in IFunction_NS() 153 PetscCall(VecReadCeedToPetsc(honee->q_dot_ceed, q_dot_mem_type, Q_dot_loc)); in IFunction_NS()
|
| H A D | honee.c | 88 PetscCall(VecDestroy(&honee_->Q_dot_loc)); in HoneeDestroy()
|
| H A D | setuplibceed.c | 283 PetscCall(MatCeedSetLocalVectors(honee->mat_ijacobian, honee->Q_dot_loc, NULL)); in SetupLibceed()
|
| /honee/include/ |
| H A D | navierstokes.h | 160 Vec Q_loc, Q_dot_loc; member
|