Searched refs:CeedLobattoQuadrature (Results 1 – 14 of 14) sorted by relevance
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Quadrature.jl | 35 C.CeedLobattoQuadrature(q, x, w)
|
| /libCEED/tests/ |
| H A D | t330-basis.h | 53 CeedLobattoQuadrature(q, q_ref_1d, q_weight_1d); in BuildHdivQuadrilateral()
|
| H A D | t541-operator.c | 168 CeedLobattoQuadrature(p, nodes, NULL); in main()
|
| /libCEED/python/ |
| H A D | ceed.py | 175 err_code = lib.CeedLobattoQuadrature(
|
| /libCEED/examples/ceed/ |
| H A D | ex2-surface.c | 403 CeedLobattoQuadrature(p, nodes, NULL); // nodes are in [-1,1] in SetCartesianMeshCoords()
|
| H A D | ex3-volume.c | 370 CeedLobattoQuadrature(p, nodes, NULL); // nodes are in [-1,1] in SetCartesianMeshCoords()
|
| H A D | ex1-volume.c | 379 CeedLobattoQuadrature(p, nodes, NULL); // nodes are in [-1,1] in SetCartesianMeshCoords()
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | ex1-volume.c | 389 CeedLobattoQuadrature(p, nodes, NULL); // nodes are in [-1,1] in SetCartesianMeshCoords()
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex1-volume-c.jl | 172 C.CeedLobattoQuadrature(p + 1, nodes, C_NULL) # nodes are in [-1,1]
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 1610 if (CeedLobattoQuadrature(P, nodes, NULL) != CEED_ERROR_SUCCESS) goto cleanup; in CeedBasisCreateTensorH1Lagrange() 1616 ierr = CeedLobattoQuadrature(Q, q_ref_1d, q_weight_1d); in CeedBasisCreateTensorH1Lagrange() 2555 int CeedLobattoQuadrature(CeedInt Q, CeedScalar *q_ref_1d, CeedScalar *q_weight_1d) { in CeedLobattoQuadrature() function
|
| H A D | ceed-fortran.c | 659 *err = CeedLobattoQuadrature(*Q, q_ref_1d, q_weight_1d); in fCeedLobattoQuadrature()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 360 CEED_EXTERN int CeedLobattoQuadrature(CeedInt Q, CeedScalar *q_ref_1d, CeedScalar *q_weight_1d);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 515 function CeedLobattoQuadrature(Q, q_ref_1d, q_weight_1d) function 516 …ccall((:CeedLobattoQuadrature, libceed), Cint, (CeedInt, Ptr{CeedScalar}, Ptr{CeedScalar}), Q, q_r…
|
| /libCEED/ |
| H A D | coverage.info | 5342 FNA:48,576,CeedLobattoQuadrature
|