Home
last modified time | relevance | path

Searched refs:H1 (Results 1 – 4 of 4) sorted by relevance

/libCEED/julia/LibCEED.jl/examples/
H A Dcommon.jl110 # The H1 basis uses Lobatto quadrature points as nodes.
H A Dex1-volume-c.jl171 # The H1 basis uses Lobatto quadrature points as nodes.
/libCEED/julia/LibCEED.jl/src/
H A DGlobals.jl110 Type of basis shape to create non-tensor H1 element basis. One of `LINE`, `TRIANGLE`,
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c481 CeedScalar H0, H1; in TestTotalSpecificEnthalpy_fwd() local
487 H1 = TotalSpecificEnthalpy(gas, state1); in TestTotalSpecificEnthalpy_fwd()
488 dH_fd = (H1 - H0) / eps; in TestTotalSpecificEnthalpy_fwd()