Home
last modified time | relevance | path

Searched defs:prob_size (Results 1 – 11 of 11) 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.jl62 function get_cartesian_mesh_size_c(dim, order, prob_size) 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.jl1 function get_cartesian_mesh_size(dim, order, prob_size) argument
/libCEED/examples/python/
H A Dex_common.py59 def get_cartesian_mesh_size(dim, degree, prob_size): argument
/libCEED/examples/ceed/
H A Dex3-volume.c61 CeedInt prob_size = -1; // approximate problem size in main() local
283 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[dim]) { in GetCartesianMeshSize()
H A Dex2-surface.c62 CeedInt prob_size = -1; // approximate problem size in main() local
314 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[3]) { in GetCartesianMeshSize()
H A Dex1-volume.c62 CeedInt prob_size = -1; // approximate problem size in main() local
294 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[dim]) { in GetCartesianMeshSize()
H A Dex1-volume-f.f9042 subroutine getcartesianmeshsize(fe_dim, degree, prob_size, num_xyz) argument
46 integer prob_size local
260 integer prob_size, mesh_size, sol_size variable
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c63 CeedInt prob_size = -1; // approximate problem size in main() local
304 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[dim]) { in GetCartesianMeshSize()