Home
last modified time | relevance | path

Searched defs:num_xyz (Results 1 – 12 of 12) sorted by relevance

/libCEED/examples/python/
H A Dex_common.py91 def build_cartesian_restriction(ceed, dim, num_xyz, degree, num_comp, num_q_comp, num_qpts, create_… argument
156 def set_cartesian_mesh_coords(ceed, dim, num_xyz, mesh_degree, mesh_coords): argument
/libCEED/examples/ceed/
H A Dex1-volume-f.f9042 subroutine getcartesianmeshsize(fe_dim, degree, prob_size, num_xyz) argument
47 integer num_xyz(3) local
75 subroutine buildcartesianrestriction(ceed, fe_dim, num_xyz, degree, num_comp, mesh_size, num_qpts, … argument
82 integer num_xyz(3) local
193 subroutine setcartesianmeshcoords(fe_dim, num_xyz, mesh_degree, mesh_coords, exact_volume, err) argument
198 integer num_xyz(3) local
259 integer num_elem, num_xyz(3), elem_qpts variable
H A Dex3-volume.c127 CeedInt num_xyz[dim]; in main() local
H A Dex2-surface.c134 CeedInt num_xyz[3]; in main() local
H A Dex1-volume.c130 CeedInt num_xyz[dim]; in main() local
/libCEED/examples/rust/ex1-volume/src/
H A Dmain.rs101 let num_xyz = mesh::cartesian_mesh_size(dim, solution_degree, problem_size); in example_1() localVariable
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dmain.rs103 let num_xyz = mesh::cartesian_mesh_size(dim, solution_degree, problem_size); in example_1_vector() localVariable
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dmain.rs99 let num_xyz = mesh::cartesian_mesh_size(dim, solution_degree, problem_size); in example_3_vector() localVariable
/libCEED/examples/rust/ex3-volume/src/
H A Dmain.rs97 let num_xyz = mesh::cartesian_mesh_size(dim, solution_degree, problem_size); in example_3() localVariable
/libCEED/examples/rust/ex2-surface/src/
H A Dmain.rs102 let num_xyz = mesh::cartesian_mesh_size(dim, solution_degree, problem_size); in example_2() localVariable
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dmain.rs104 let num_xyz = mesh::cartesian_mesh_size(dim, solution_degree, problem_size); in example_2_vector() localVariable
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c140 CeedInt num_xyz[dim]; in main() local