Home
last modified time | relevance | path

Searched refs:mesh_order (Results 1 – 6 of 6) sorted by relevance

/libCEED/julia/LibCEED.jl/examples/
H A Dex2-surface.jl15 function run_ex2(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
19 mesh_order = max(mesh_order, sol_order)
20 sol_order = mesh_order
24 create_tensor_h1_lagrange_basis(ceed, dim, ncompx, mesh_order + 1, num_qpts, GAUSS)
37 mesh_order,
65 set_cartesian_mesh_coords!(dim, nxyz, mesh_order, mesh_coords)
166 mesh_order=4,
H A Dex1-volume.jl31 function run_ex1(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
37 create_tensor_h1_lagrange_basis(ceed, dim, ncompx, mesh_order + 1, num_qpts, GAUSS)
48 build_cartesian_restriction(ceed, dim, nxyz, mesh_order, ncompx, num_qpts)
63 set_cartesian_mesh_coords!(dim, nxyz, mesh_order, mesh_coords)
153 mesh_order=4,
H A Dex3-volume.jl31 function run_ex3(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size) argument
37 create_tensor_h1_lagrange_basis(ceed, dim, ncompx, mesh_order + 1, num_qpts, GAUSS)
48 build_cartesian_restriction(ceed, dim, nxyz, mesh_order, ncompx, num_qpts)
73 set_cartesian_mesh_coords!(dim, nxyz, mesh_order, mesh_coords)
193 mesh_order=4,
H A Dex1-volume-c.jl160 function set_cartesian_mesh_coords_c(dim, nxyz, mesh_order, mesh_coords) argument
161 p = mesh_order
215 function run_ex1_c(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size) argument
230 mesh_order + 1,
252 build_cartesian_restriction_c(ceed, dim, nxyz, mesh_order, ncompx, num_qpts)
268 set_cartesian_mesh_coords_c(dim, nxyz, mesh_order, mesh_coords)
430 mesh_order=4,
H A Dcommon.jl104 function set_cartesian_mesh_coords!(dim, nxyz, mesh_order, mesh_coords) argument
105 p = mesh_order
/libCEED/examples/petsc/
H A Ddmswarm.c69 …PetscInt dim = 3, num_comp = 1, num_points = 1728, num_points_per_cell = 64, mesh_order in main() local
91 …cOptionsInt("-mesh_order", "Order of mesh coordinate space", NULL, mesh_order, &mesh_order, NULL)); in main()
156 …PetscCall(PetscFECreateLagrange(comm, dim, dim, PETSC_FALSE, mesh_order, solution_order + q_extra,… in main()