Home
last modified time | relevance | path

Searched defs:R (Results 1 – 11 of 11) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dtaylorgreen.h24 CeedScalar R = GasConstant(gas); in ICsTaylorGreen() local
H A Deulervortex.h74 const CeedScalar R = 1.; in Exact_Euler() local
537 const CeedScalar R = 1.; in TravelingVortex_Inflow() local
H A Dnewtonian_state.h271 StateConservative R = {0}; in StateConservativeMult() local
282 StateConservative R; in StateConservativeAXPBYPCZ() local
/libCEED/examples/petsc/qfunctions/bps/
H A Dbp2sphere.h27 const CeedScalar R = context[0]; in SetupMassRhs3() local
H A Dbp4sphere.h27 const CeedScalar R = context[0]; in SetupDiffRhs3() local
H A Dbp1sphere.h114 const CeedScalar R = context[0]; in SetupMassRhs() local
H A Dbp3sphere.h150 const CeedScalar R = context[0]; in SetupDiffRhs() local
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c55 CeedScalar R = 1; // radius of the sphere in SetupLibceedByDegree() local
253 CeedScalar R = 1; // radius of the sphere in SetupErrorOperator() local
H A Dswarmutils.c593 CeedScalar R = 1; // radius of the sphere in SetupProblemSwarm() local
/libCEED/examples/fluids/problems/
H A Dblasius.c20 PetscErrorCode CompressibleBlasiusResidual(SNES snes, Vec X, Vec R, void *ctx) { in CompressibleBlasiusResidual()
/libCEED/examples/solids/
H A Delasticity.c55 Vec R, R_loc, F, F_loc; // g: global, loc: local in main() local