Home
last modified time | relevance | path

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

/libCEED/julia/LibCEED.jl/examples/
H A Dex3-volume.jl31 function run_ex3(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size) argument
H A Dex1-volume-c.jl160 function set_cartesian_mesh_coords_c(dim, nxyz, mesh_order, mesh_coords) argument
215 function run_ex1_c(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size) argument
H A Dex2-surface.jl15 function run_ex2(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
H A Dex1-volume.jl31 function run_ex1(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
H A Dcommon.jl104 function set_cartesian_mesh_coords!(dim, nxyz, mesh_order, mesh_coords) argument
/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