Searched refs:rc (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/fluids/problems/ ! |
| H A D | densitycurrent.c | 43 CeedScalar rc = 1000.; // m (Radius of bubble) in NS_DENSITY_CURRENT() local 57 …PetscCall(PetscOptionsScalar("-rc", "Characteristic radius of thermal bubble", NULL, rc, &rc, NULL… in NS_DENSITY_CURRENT() 79 rc = fabs(rc) * meter; in NS_DENSITY_CURRENT() 90 dc_ctx->rc = rc; in NS_DENSITY_CURRENT()
|
| H A D | advection.c | 139 CeedScalar rc = 1000.; // m (Radius of bubble) in NS_ADVECTION() local 164 …PetscCall(PetscOptionsScalar("-rc", "Characteristic radius of thermal bubble", NULL, rc, &rc, NULL… in NS_ADVECTION() 228 rc = fabs(rc) * meter; in NS_ADVECTION() 236 setup_context->rc = rc; in NS_ADVECTION()
|
| /libCEED/examples/fluids/qfunctions/ ! |
| H A D | densitycurrent.h | 29 CeedScalar rc; member 93 const CeedScalar rc = context->rc; in Exact_DC() local 114 const CeedScalar delta_theta = r <= rc ? thetaC * (1. + cos(M_PI * r / rc)) / 2. : 0.; in Exact_DC()
|
| H A D | advection.h | 74 const CeedScalar rc = context->rc; in Exact_AdvectionGeneric() local 122 q[4] = r <= rc ? (1. - r / rc) : 0.; in Exact_AdvectionGeneric() 126 q[4] = ((r <= rc) && (y < center[1])) ? (1. - r / rc) : 0.; in Exact_AdvectionGeneric() 130 … q[4] = ((r <= rc) && (y < center[1])) ? (1. - r / rc) * fmin(1.0, (center[1] - y) / 1.25) : 0.; in Exact_AdvectionGeneric() 133 q[4] = r <= rc ? .5 + .5 * cos(r * M_PI / rc) : 0; in Exact_AdvectionGeneric()
|
| H A D | advection_types.h | 53 CeedScalar rc; member
|
| /libCEED/ ! |
| H A D | .mailmap | 40 Valeria Barra <valeriabarra21@gmail.com> <vaba3353@shas0136.rc.int.colorado.edu> 41 Valeria Barra <valeriabarra21@gmail.com> <vaba3353@shas0137.rc.int.colorado.edu>
|
| /libCEED/examples/fluids/ ! |
| H A D | README.md | 314 * - `-rc` 808 * - `-rc` 837 … -dm_plex_box_lower 0,0,0 -dm_plex_box_upper 2000,125,1000 -dm_plex_dim 3 -rc 400. -bc_wall 1,2,5,…
|