Home
last modified time | relevance | path

Searched refs:get_cartesian_mesh_size (Results 1 – 8 of 8) sorted by relevance

/libCEED/julia/LibCEED.jl/examples/
H A Dcommon.jl1 function get_cartesian_mesh_size(dim, order, prob_size) function
H A Dex2-surface.jl28 nxyz = get_cartesian_mesh_size(dim, sol_order, prob_size)
H A Dex1-volume.jl42 nxyz = get_cartesian_mesh_size(dim, sol_order, prob_size)
H A Dex3-volume.jl42 nxyz = get_cartesian_mesh_size(dim, sol_order, prob_size)
/libCEED/examples/python/
H A Dex3_volume.py77 num_xyz = common.get_cartesian_mesh_size(dim, sol_degree, problem_size)
H A Dex1_volume.py72 num_xyz = common.get_cartesian_mesh_size(dim, sol_degree, problem_size)
H A Dex2_surface.py73 num_xyz = common.get_cartesian_mesh_size(dim, sol_degree, problem_size)
H A Dex_common.py59 def get_cartesian_mesh_size(dim, degree, prob_size): function