| /libCEED/python/ |
| H A D | ceed_constants.py | 65 GAUSS = lib.CEED_GAUSS variable 67 quad_modes = {GAUSS: "Gauss",
|
| /libCEED/python/tests/ |
| H A D | test-5-operator.py | 79 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 D | test-3-basis.py | 52 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 D | ex3_volume.py | 69 dim, ncomp_x, mesh_degree + 1, num_qpts, libceed.GAUSS) 73 dim, 1, sol_degree + 1, num_qpts, libceed.GAUSS)
|
| H A D | ex1_volume.py | 64 dim, ncomp_x, mesh_degree + 1, num_qpts, libceed.GAUSS) 68 dim, 1, sol_degree + 1, num_qpts, libceed.GAUSS)
|
| H A D | ex2_surface.py | 65 dim, ncomp_x, mesh_degree + 1, num_qpts, libceed.GAUSS) 69 dim, 1, sol_degree + 1, num_qpts, libceed.GAUSS)
|
| H A D | tutorial-5-operator.ipynb | 92 "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 D | tutorial-3-basis.ipynb | 148 "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 D | Globals.jl | 33 One of `GAUSS` or `GAUSS_LOBATTO`. 36 const GAUSS = C.CEED_GAUSS constant
|
| H A D | LibCEED.jl | 38 GAUSS,
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex2-surface.jl | 24 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 D | ex1-volume.jl | 37 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 D | ex3-volume.jl | 37 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)
|