Searched refs:g_ceed (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | setupts.c | 129 PetscCall(VecPetscToCeed(G_loc, &g_mem_type, user->g_ceed)); in IFunction_NS() 134 …PetscCallCeed(user->ceed, CeedOperatorApply(user->op_ifunction, user->q_ceed, user->g_ceed, CEED_R… in IFunction_NS() 141 PetscCall(VecCeedToPetsc(user->g_ceed, g_mem_type, G_loc)); in IFunction_NS()
|
| H A D | setuplibceed.c | 314 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector(ceed_data->elem_restr_q, &user->g_ceed, NULL)); in SetupLibceed() 447 …PetscCall(OperatorApplyContextCreate(dm, dm, ceed, op_rhs, user->q_ceed, user->g_ceed, user->Q_loc… in SetupLibceed()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 261 PetscCallCeed(ceed, CeedVectorDestroy(&user->g_ceed)); in main()
|
| H A D | navierstokes.h | 180 CeedVector q_ceed, q_dot_ceed, g_ceed, x_ceed; member
|