Lines Matching refs:xG
144 …time, const PetscReal *c, const PetscReal *n, const PetscScalar *xI, PetscScalar *xG, PetscCtx ctx) in PhysicsBoundary_Advect_Inflow() argument
150 xG[0] = advect->inflowState; in PhysicsBoundary_Advect_Inflow()
154 …time, const PetscReal *c, const PetscReal *n, const PetscScalar *xI, PetscScalar *xG, PetscCtx ctx) in PhysicsBoundary_Advect_Outflow() argument
157 xG[0] = xI[0]; in PhysicsBoundary_Advect_Outflow()
334 …time, const PetscReal *c, const PetscReal *n, const PetscScalar *xI, PetscScalar *xG, PetscCtx ctx) in PhysicsBoundary_SW_Wall() argument
337 xG[0] = xI[0]; in PhysicsBoundary_SW_Wall()
338 xG[1] = -xI[1]; in PhysicsBoundary_SW_Wall()
339 xG[2] = -xI[2]; in PhysicsBoundary_SW_Wall()
539 EulerNode *xG = (EulerNode *)a_xG; in PhysicsBoundary_Euler_Wall() local
544 xG->r = xI->r; /* ghost cell density - same */ in PhysicsBoundary_Euler_Wall()
545 xG->E = xI->E; /* ghost cell energy - same */ in PhysicsBoundary_Euler_Wall()
547 xG->ru[0] = xI->ru[0]; /* copy tang to wall */ in PhysicsBoundary_Euler_Wall()
548 xG->ru[1] = -xI->ru[1]; /* reflect perp to t/b wall */ in PhysicsBoundary_Euler_Wall()
550 for (i = 0; i < DIM; i++) xG->ru[i] = xI->ru[i]; /* copy */ in PhysicsBoundary_Euler_Wall()