| /libCEED/examples/python/ |
| H A D | ex_common.py | 156 def set_cartesian_mesh_coords(ceed, dim, num_xyz, mesh_degree, mesh_coords): argument 195 def transform_mesh_coords(dim, mesh_size, mesh_coords, use_sin=True): argument
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex3-volume.jl | 5 function transform_mesh_coords!(dim, mesh_size, mesh_coords) argument
|
| H A D | ex1-volume-c.jl | 160 function set_cartesian_mesh_coords_c(dim, nxyz, mesh_order, mesh_coords) argument 185 function transform_mesh_coords_c(dim, mesh_size, mesh_coords) argument
|
| H A D | ex2-surface.jl | 5 function transform_mesh_coords!(dim, mesh_size, mesh_coords) argument
|
| H A D | ex1-volume.jl | 5 function transform_mesh_coords!(dim, mesh_size, mesh_coords) argument
|
| H A D | common.jl | 104 function set_cartesian_mesh_coords!(dim, nxyz, mesh_order, mesh_coords) argument
|
| /libCEED/examples/ceed/ |
| H A D | ex3-volume.c | 154 CeedVector mesh_coords; in main() local 356 …rtesianMeshCoords(CeedInt dim, CeedInt num_xyz[dim], CeedInt mesh_degree, CeedVector mesh_coords) { in SetCartesianMeshCoords() 391 CeedScalar TransformMeshCoords(CeedInt dim, CeedInt mesh_size, CeedVector mesh_coords) { in TransformMeshCoords()
|
| H A D | ex2-surface.c | 162 CeedVector mesh_coords; in main() local 389 …CartesianMeshCoords(CeedInt dim, CeedInt num_xyz[3], CeedInt mesh_degree, CeedVector mesh_coords) { in SetCartesianMeshCoords() 424 CeedScalar TransformMeshCoords(CeedInt dim, CeedInt mesh_size, CeedVector mesh_coords) { in TransformMeshCoords()
|
| H A D | ex1-volume.c | 156 CeedVector mesh_coords; in main() local 365 …rtesianMeshCoords(CeedInt dim, CeedInt num_xyz[dim], CeedInt mesh_degree, CeedVector mesh_coords) { in SetCartesianMeshCoords() 401 CeedScalar TransformMeshCoords(CeedInt dim, CeedInt mesh_size, CeedVector mesh_coords) { in TransformMeshCoords()
|
| H A D | ex1-volume-f.f90 | 193 subroutine setcartesianmeshcoords(fe_dim, num_xyz, mesh_degree, mesh_coords, exact_volume, err) argument 200 integer mesh_coords local 268 integer mesh_coords, q_data, u, v variable
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | ex1-volume.c | 166 CeedVector mesh_coords; in main() local 375 …rtesianMeshCoords(CeedInt dim, CeedInt num_xyz[dim], CeedInt mesh_degree, CeedVector mesh_coords) { in SetCartesianMeshCoords() 411 CeedScalar TransformMeshCoords(CeedInt dim, CeedInt mesh_size, CeedVector mesh_coords) { in TransformMeshCoords()
|
| /libCEED/examples/rust/mesh/src/ |
| H A D | lib.rs | 145 let mut mesh_coords = ceed.vector(mesh_size)?; localVariable
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 127 let mut mesh_coords = mesh::cartesian_mesh_coords(&ceed, dim, num_xyz, mesh_degree, mesh_size)?; in example_1() localVariable
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 131 let mut mesh_coords = mesh::cartesian_mesh_coords(&ceed, dim, num_xyz, mesh_degree, mesh_size)?; in example_1_vector() localVariable
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | main.rs | 133 let mut mesh_coords = mesh::cartesian_mesh_coords(&ceed, dim, num_xyz, mesh_degree, mesh_size)?; in example_3_vector() localVariable
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | main.rs | 131 let mut mesh_coords = mesh::cartesian_mesh_coords(&ceed, dim, num_xyz, mesh_degree, mesh_size)?; in example_3() localVariable
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 136 let mut mesh_coords = mesh::cartesian_mesh_coords(&ceed, dim, num_xyz, mesh_degree, mesh_size)?; in example_2() localVariable
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 139 let mut mesh_coords = mesh::cartesian_mesh_coords(&ceed, dim, num_xyz, mesh_degree, mesh_size)?; in example_2_vector() localVariable
|