Searched defs:center (Results 1 – 15 of 15) sorted by relevance
| /libCEED/tests/ |
| H A D | t356-basis.c | 9 CeedScalar result = 1, center = 0.1; in Eval() local 18 CeedScalar result = 1, center = 0.1; in EvalGrad() local
|
| H A D | t313-basis.c | 9 CeedScalar result = 1, center = 0.1; in Eval() local
|
| H A D | t318-basis.c | 9 CeedScalar result = 1, center = 0.1; in Eval() local
|
| H A D | t351-basis.c | 9 CeedScalar result = 1, center = 0.1; in Eval() local
|
| H A D | t352-basis.c | 9 CeedScalar result = 1, center = 0.1; in Eval() local
|
| H A D | t313-basis-f.f90 | 6 real*8 center local
|
| H A D | t354-basis.c | 9 CeedScalar result = 1, center = 0.1; in Eval() local
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | densitycurrent.h | 30 CeedScalar center[3]; member 94 const CeedScalar *center = context->center; in Exact_DC() local
|
| H A D | channel.h | 26 CeedScalar center; // !< Y Coordinate for center of channel member 37 const CeedScalar center = context->center; in Exact_Channel() local
|
| H A D | eulervortex.h | 24 CeedScalar center[3]; member 68 const CeedScalar *center = context->center; // Center of the domain in Exact_Euler() local
|
| H A D | advection.h | 80 const CeedScalar center[3] = {0.5 * lx, 0.5 * ly, 0.5 * lz}; in Exact_AdvectionGeneric() local
|
| /libCEED/examples/fluids/problems/ |
| H A D | channel.c | 65 CeedScalar H, center; in NS_CHANNEL() local
|
| H A D | densitycurrent.c | 44 PetscReal center[3], dc_axis[3] = {0, 0, 0}; in NS_DENSITY_CURRENT() local
|
| H A D | eulervortex.c | 54 PetscReal center[3], // m in NS_EULER_VORTEX() local
|
| /libCEED/examples/petsc/ |
| H A D | dmswarm.c | 287 PetscScalar result = 1.0, center = 0.1; in EvalU_Tanh() local
|