Searched refs:CeedGaussQuadrature (Results 1 – 11 of 11) sorted by relevance
| /libCEED/tests/ |
| H A D | t593-operator.c | 50 CeedGaussQuadrature(num_points_per_elem + 1, x_array_points, weight_tmp); in main() 57 CeedGaussQuadrature(num_points_per_elem, &x_array_points[current_index], weight_tmp); in main() 64 CeedGaussQuadrature(num_points_per_elem - 1, &x_array_points[current_index], weight_tmp); in main()
|
| H A D | t594-operator.c | 50 CeedGaussQuadrature(num_points_per_elem + 1, x_array_points, weight_tmp); in main() 57 CeedGaussQuadrature(num_points_per_elem, &x_array_points[current_index], weight_tmp); in main() 64 CeedGaussQuadrature(num_points_per_elem - 1, &x_array_points[current_index], weight_tmp); in main()
|
| H A D | t330-basis.h | 49 CeedGaussQuadrature(q, q_ref_1d, q_weight_1d); in BuildHdivQuadrilateral()
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Quadrature.jl | 12 C.CeedGaussQuadrature(q, x, w)
|
| /libCEED/python/ |
| H A D | ceed.py | 144 err_code = lib.CeedGaussQuadrature(q, qref1d_pointer, qweight1d_pointer)
|
| /libCEED/examples/petsc/src/ |
| H A D | swarmutils.c | 267 PetscCall(CeedGaussQuadrature(num_points_per_cell_1d, points_1d, weights_1d)); in DMSwarmInitalizePointLocations()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 359 CEED_EXTERN int CeedGaussQuadrature(CeedInt Q, CeedScalar *q_ref_1d, CeedScalar *q_weight_1d);
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 1613 ierr = CeedGaussQuadrature(Q, q_ref_1d, q_weight_1d); in CeedBasisCreateTensorH1Lagrange() 2503 int CeedGaussQuadrature(CeedInt Q, CeedScalar *q_ref_1d, CeedScalar *q_weight_1d) { in CeedGaussQuadrature() function
|
| H A D | ceed-fortran.c | 654 *err = CeedGaussQuadrature(*Q, q_ref_1d, q_weight_1d); in fCeedGaussQuadrature()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 511 function CeedGaussQuadrature(Q, q_ref_1d, q_weight_1d) function 512 …ccall((:CeedGaussQuadrature, libceed), Cint, (CeedInt, Ptr{CeedScalar}, Ptr{CeedScalar}), Q, q_ref…
|
| /libCEED/ |
| H A D | coverage.info | 5340 FNA:47,384,CeedGaussQuadrature
|