Home
last modified time | relevance | path

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

/libCEED/julia/LibCEED.jl/test/
H A Dbuildmats.jl1 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 DQuadrature.jl16 struct QuadratureMode{T} end argument
H A DUserQFunction.jl8 @inline function extract_context(ptr, ::Type{T}) where {T}
H A DCeedVector.jl50 function Base.length(::Type{T}, v::CeedVector) where {T}
/libCEED/julia/LibCEED.jl/examples/
H A Dcommon.jl23 struct FormRestrictionMode{T} end argument
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c261 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 Dnewtonian.c115 const CeedScalar T = 200 * K; in UnitTests_Newtonian() local
/libCEED/python/
H A Dceed_elemrestriction.py65 def T(self): member in _ElemRestrictionBase
336 def T(self): member in BlockedElemRestriction
H A Dceed_basis.py63 def T(self): member in Basis
/libCEED/examples/fluids/qfunctions/
H A Dnewtonian_state.h55 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 Deulervortex.h87 CeedScalar rho, P, T, E, u[3] = {0.}; in Exact_Euler() local