Home
last modified time | relevance | path

Searched refs:CeedQuadMode (Results 1 – 14 of 14) sorted by relevance

/libCEED/tests/
H A Dt319-basis.h60 static void GetCellToFaceTabulation(CeedQuadMode quad_mode, CeedInt *P, CeedInt *Q, const CeedScala… in GetCellToFaceTabulation()
H A Dt330-basis.h44 …calar *q_ref, CeedScalar *q_weights, CeedScalar *interp, CeedScalar *div, CeedQuadMode quad_mode) { in BuildHdivQuadrilateral()
/libCEED/doc/sphinx/source/api/
H A DCeedBasis.rst28 .. doxygenenum:: CeedQuadMode
/libCEED/examples/petsc/include/
H A Dstructs.h63 CeedQuadMode q_mode;
/libCEED/include/ceed/
H A Dtypes.h251 } CeedQuadMode; typedef
H A Dfortran.h117 ! CeedQuadMode
H A Dceed.h319 …rH1Lagrange(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P, CeedInt Q, CeedQuadMode quad_mode,
/libCEED/examples/solids/include/
H A Dstructs.h133 CeedQuadMode quadrature_mode;
/libCEED/julia/LibCEED.jl/src/
H A DGlobals.jl35 const QuadMode = C.CeedQuadMode
/libCEED/rust/libceed/src/
H A Dbasis.rs197 qmode as bind_ceed::CeedQuadMode, in create_tensor_H1_Lagrange()
/libCEED/examples/petsc/
H A Dbpsraw.c133 CeedQuadMode q_mode;
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl60 @cenum CeedQuadMode::UInt32 begin
404 …1Lagrange, libceed), Cint, (Ceed, CeedInt, CeedInt, CeedInt, CeedInt, CeedQuadMode, Ptr{CeedBasis}…
/libCEED/interface/
H A Dceed-fortran.c512 …*err = CeedBasisCreateTensorH1Lagrange(Ceed_dict[*ceed], *dim, *num_comp, *P, *Q, (CeedQuadMode)*q… in fCeedBasisCreateTensorH1Lagrange()
H A Dceed-basis.c1594 …range(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P, CeedInt Q, CeedQuadMode quad_mode, Ceed… in CeedBasisCreateTensorH1Lagrange()