Home
last modified time | relevance | path

Searched refs:quad_mode (Results 1 – 6 of 6) sorted by relevance

/libCEED/tests/
H A Dt319-basis.h60 static void GetCellToFaceTabulation(CeedQuadMode quad_mode, CeedInt *P, CeedInt *Q, const CeedScala… in GetCellToFaceTabulation() argument
64 if (quad_mode == CEED_GAUSS) { in GetCellToFaceTabulation()
68 if (quad_mode == CEED_GAUSS_LOBATTO) { in GetCellToFaceTabulation()
H A Dt330-basis.h44 …calar *q_ref, CeedScalar *q_weights, CeedScalar *interp, CeedScalar *div, CeedQuadMode quad_mode) { in BuildHdivQuadrilateral() argument
47 switch (quad_mode) { in BuildHdivQuadrilateral()
/libCEED/julia/LibCEED.jl/src/
H A DBasis.jl53 function create_tensor_h1_lagrange_basis(c::Ceed, dim, ncomp, p, q, quad_mode::QuadMode)
55 C.CeedBasisCreateTensorH1Lagrange(c[], dim, ncomp, p, q, quad_mode, ref)
/libCEED/include/ceed/
H A Dceed.h319 …rH1Lagrange(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P, CeedInt Q, CeedQuadMode quad_mode,
/libCEED/interface/
H A Dceed-basis.c1594 …ceed, CeedInt dim, CeedInt num_comp, CeedInt P, CeedInt Q, CeedQuadMode quad_mode, CeedBasis *basi… in CeedBasisCreateTensorH1Lagrange() argument
1611 switch (quad_mode) { in CeedBasisCreateTensorH1Lagrange()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl403 function CeedBasisCreateTensorH1Lagrange(ceed, dim, num_comp, P, Q, quad_mode, basis) argument
404 …dInt, CeedInt, CeedInt, CeedQuadMode, Ptr{CeedBasis}), ceed, dim, num_comp, P, Q, quad_mode, basis)