Home
last modified time | relevance | path

Searched refs:G_loc (Results 1 – 3 of 3) sorted by relevance

/honee/src/
H A Dsetupts.c72 static PetscErrorCode Surface_Forces_NS(DM dm, Vec G_loc, PetscInt num_walls, const PetscInt walls[… in Surface_Forces_NS() argument
81 PetscCall(VecGetArrayRead(G_loc, &g_array)); in Surface_Forces_NS()
111 PetscCall(VecRestoreArrayRead(G_loc, &g_array)); in Surface_Forces_NS()
120 Vec Q_loc = honee->Q_loc, Q_dot_loc = honee->Q_dot_loc, G_loc; in IFunction_NS() local
125 PetscCall(DMGetNamedLocalVector(honee->dm, "ResidualLocal", &G_loc)); in IFunction_NS()
142 PetscCall(VecPetscToCeed(G_loc, &g_mem_type, honee->g_ceed)); in IFunction_NS()
154 PetscCall(VecCeedToPetsc(honee->g_ceed, g_mem_type, G_loc)); in IFunction_NS()
157 PetscCall(SgsDDApplyIFunction(honee, Q_loc, G_loc)); in IFunction_NS()
162 PetscCall(DMLocalToGlobal(honee->dm, G_loc, ADD_VALUES, G)); in IFunction_NS()
165 PetscCall(DMRestoreNamedLocalVector(honee->dm, "ResidualLocal", &G_loc)); in IFunction_NS()
[all …]
/honee/problems/
H A Dsgs_dd_model.c553 PetscErrorCode SgsDDApplyIFunction(Honee honee, const Vec Q_loc, Vec G_loc) { in SgsDDApplyIFunction() argument
560 PetscCall(PetscLogEventBegin(HONEE_SgsModel, Q_loc, G_loc, NULL, NULL)); in SgsDDApplyIFunction()
572 PetscCall(ApplyAddCeedOperatorLocalToLocal(Q_loc, G_loc, sgs_dd_data->op_sgs_apply_ctx)); in SgsDDApplyIFunction()
578 PetscCall(PetscLogEventEnd(HONEE_SgsModel, Q_loc, G_loc, NULL, NULL)); in SgsDDApplyIFunction()
/honee/include/
H A Dnavierstokes.h325 PetscErrorCode SgsDDApplyIFunction(Honee honee, const Vec Q_loc, Vec G_loc);