Searched defs:T (Results 1 – 11 of 11) sorted by relevance
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | buildmats.jl | 1 function build_mats_hdiv(qref, qweight, ::Type{T}=Float64) where {T} 42 function build_mats_hcurl(qref, qweight, ::Type{T}=Float64) where {T}
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Quadrature.jl | 16 struct QuadratureMode{T} end argument
|
| H A D | UserQFunction.jl | 8 @inline function extract_context(ptr, ::Type{T}) where {T}
|
| H A D | CeedVector.jl | 50 function Base.length(::Type{T}, v::CeedVector) where {T}
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | common.jl | 23 struct FormRestrictionMode{T} end argument
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 261 const CeedScalar T = 200; in TestRiemannHLL_fwd() local 323 const CeedScalar T = 200; in TestRiemannHLLC_fwd() local 385 const CeedScalar T = 200; in TestComputeHLLSpeeds_Roe_fwd() local 460 const CeedScalar T = 200; in TestTotalSpecificEnthalpy_fwd() local
|
| H A D | newtonian.c | 115 const CeedScalar T = 200 * K; in UnitTests_Newtonian() local
|
| /libCEED/python/ |
| H A D | ceed_elemrestriction.py | 65 def T(self): member in _ElemRestrictionBase 336 def T(self): member in BlockedElemRestriction
|
| H A D | ceed_basis.py | 63 def T(self): member in Basis
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | newtonian_state.h | 55 CEED_QFUNCTION_HELPER CeedScalar SoundSpeed(NewtonianIdealGasContext gas, CeedScalar T) { return sq… in SoundSpeed() 57 CEED_QFUNCTION_HELPER CeedScalar Mach(NewtonianIdealGasContext gas, CeedScalar T, CeedScalar u) { r… in Mach()
|
| H A D | eulervortex.h | 87 CeedScalar rho, P, T, E, u[3] = {0.}; in Exact_Euler() local
|