Home
last modified time | relevance | path

Searched defs:center (Results 1 – 7 of 7) sorted by relevance

/honee/qfunctions/
H A Ddensitycurrent.h23 CeedScalar center[3]; member
87 const CeedScalar *center = context->center; in Exact_DC() local
H A Dchannel.h18 CeedScalar center; // !< Y Coordinate for center of channel member
29 const CeedScalar center = context->center; in Exact_Channel() local
H A Deulervortex.h18 CeedScalar center[3]; member
62 const CeedScalar *center = context->center; // Center of the domain in Exact_Euler() local
H A Dadvection.h72 const CeedScalar center[3] = {0.5 * lx, 0.5 * ly, 0.5 * lz}; in Exact_AdvectionGeneric() local
/honee/problems/
H A Ddensitycurrent.c35 PetscReal center[3], dc_axis[3] = {0, 0, 0}; in NS_DENSITY_CURRENT() local
H A Deulervortex.c89 PetscReal center[3] = {0.}, // m in NS_EULER_VORTEX() local
H A Dchannel.c73 CeedScalar H, center; in NS_CHANNEL() local