Searched refs:H1 (Results 1 – 4 of 4) sorted by relevance
110 # The H1 basis uses Lobatto quadrature points as nodes.
171 # The H1 basis uses Lobatto quadrature points as nodes.
110 Type of basis shape to create non-tensor H1 element basis. One of `LINE`, `TRIANGLE`,
481 CeedScalar H0, H1; in TestTotalSpecificEnthalpy_fwd() local487 H1 = TotalSpecificEnthalpy(gas, state1); in TestTotalSpecificEnthalpy_fwd()488 dH_fd = (H1 - H0) / eps; in TestTotalSpecificEnthalpy_fwd()