| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex3-volume.jl | 31 function run_ex3(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size) argument
|
| H A D | ex1-volume-c.jl | 62 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 D | ex2-surface.jl | 15 function run_ex2(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
|
| H A D | ex1-volume.jl | 31 function run_ex1(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
|
| H A D | common.jl | 1 function get_cartesian_mesh_size(dim, order, prob_size) argument
|
| /libCEED/examples/python/ |
| H A D | ex_common.py | 59 def get_cartesian_mesh_size(dim, degree, prob_size): argument
|
| /libCEED/examples/ceed/ |
| H A D | ex3-volume.c | 61 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 D | ex2-surface.c | 62 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 D | ex1-volume.c | 62 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 D | ex1-volume-f.f90 | 42 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 D | ex1-volume.c | 63 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()
|