Home
last modified time | relevance | path

Searched refs:GAUSS (Results 1 – 13 of 13) sorted by relevance

/libCEED/python/
H A Dceed_constants.py65 GAUSS = lib.CEED_GAUSS variable
67 quad_modes = {GAUSS: "Gauss",
/libCEED/python/tests/
H A Dtest-5-operator.py79 bx = ceed.BasisTensorH1Lagrange(1, 1, 2, q, libceed.GAUSS)
80 bu = ceed.BasisTensorH1Lagrange(1, 1, p, q, libceed.GAUSS)
168 bx = ceed.BasisTensorH1Lagrange(1, 1, 2, q, libceed.GAUSS)
169 bu = ceed.BasisTensorH1Lagrange(1, 1, p, q, libceed.GAUSS)
258 bx = ceed.BasisTensorH1Lagrange(1, 1, 2, q, libceed.GAUSS)
259 bu = ceed.BasisTensorH1Lagrange(1, 2, p, q, libceed.GAUSS)
355 bx = ceed.BasisTensorH1Lagrange(1, 1, 2, q, libceed.GAUSS)
356 bu = ceed.BasisTensorH1Lagrange(1, 1, p, q, libceed.GAUSS)
436 bx = ceed.BasisTensorH1Lagrange(1, 1, 2, q, libceed.GAUSS)
437 bu = ceed.BasisTensorH1Lagrange(1, 1, p, q, libceed.GAUSS)
[all …]
H A Dtest-3-basis.py52 b = ceed.BasisTensorH1Lagrange(1, 1, 4, 4, libceed.GAUSS)
123 bxg = ceed.BasisTensorH1Lagrange(dim, dim, 2, Q, libceed.GAUSS)
124 bug = ceed.BasisTensorH1Lagrange(dim, 1, Q, Q, libceed.GAUSS)
185 bug = ceed.BasisTensorH1Lagrange(dim, 1, P, Q, libceed.GAUSS)
/libCEED/examples/python/
H A Dex3_volume.py69 dim, ncomp_x, mesh_degree + 1, num_qpts, libceed.GAUSS)
73 dim, 1, sol_degree + 1, num_qpts, libceed.GAUSS)
H A Dex1_volume.py64 dim, ncomp_x, mesh_degree + 1, num_qpts, libceed.GAUSS)
68 dim, 1, sol_degree + 1, num_qpts, libceed.GAUSS)
H A Dex2_surface.py65 dim, ncomp_x, mesh_degree + 1, num_qpts, libceed.GAUSS)
69 dim, 1, sol_degree + 1, num_qpts, libceed.GAUSS)
H A Dtutorial-5-operator.ipynb92 "basis_x = ceed.BasisTensorH1Lagrange(1, 1, 2, q, libceed.GAUSS)\n",
93 "basis_u = ceed.BasisTensorH1Lagrange(1, 1, p, q, libceed.GAUSS)\n",
180 "basis_x = ceed.BasisTensorH1Lagrange(1, 1, 2, q, libceed.GAUSS)\n",
181 "basis_u = ceed.BasisTensorH1Lagrange(1, 1, p, q, libceed.GAUSS)\n",
H A Dtutorial-3-basis.ipynb148 "b = ceed.BasisTensorH1Lagrange(1, 1, 4, 4, libceed.GAUSS)\n",
230 " basis_x_gauss = ceed.BasisTensorH1Lagrange(dim, dim, 2, Q, libceed.GAUSS)\n",
231 " basis_u_gauss = ceed.BasisTensorH1Lagrange(dim, 1, Q, Q, libceed.GAUSS)\n",
299 " basis_u_gauss = ceed.BasisTensorH1Lagrange(dim, 1, P, Q, libceed.GAUSS)\n",
/libCEED/julia/LibCEED.jl/src/
H A DGlobals.jl33 One of `GAUSS` or `GAUSS_LOBATTO`.
36 const GAUSS = C.CEED_GAUSS constant
H A DLibCEED.jl38 GAUSS,
/libCEED/julia/LibCEED.jl/examples/
H A Dex2-surface.jl24 create_tensor_h1_lagrange_basis(ceed, dim, ncompx, mesh_order + 1, num_qpts, GAUSS)
26 create_tensor_h1_lagrange_basis(ceed, dim, 1, sol_order + 1, num_qpts, GAUSS)
H A Dex1-volume.jl37 create_tensor_h1_lagrange_basis(ceed, dim, ncompx, mesh_order + 1, num_qpts, GAUSS)
39 create_tensor_h1_lagrange_basis(ceed, dim, 1, sol_order + 1, num_qpts, GAUSS)
H A Dex3-volume.jl37 create_tensor_h1_lagrange_basis(ceed, dim, ncompx, mesh_order + 1, num_qpts, GAUSS)
39 create_tensor_h1_lagrange_basis(ceed, dim, 1, sol_order + 1, num_qpts, GAUSS)