Searched refs:e_xyz (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/rust/mesh/src/ |
| H A D | lib.rs | 71 let mut e_xyz = [1; 3]; localVariable 74 e_xyz[d] = re % num_xyz[d]; 83 global_nodes += (e_xyz[d] * (p - 1) + r_nodes % p) * global_nodes_stride;
|
| /libCEED/examples/ceed/ |
| H A D | ex1-volume-f.f90 | 98 integer e_xyz(3), re local 123 e_xyz(1) = 1 124 e_xyz(2) = 1 125 e_xyz(3) = 1 129 e_xyz(j) = mod(re, num_xyz(j)) 139 g_nodes = g_nodes + (e_xyz(k) * (p - 1) + mod(r_nodes, p)) * g_nodes_stride
|
| H A D | ex2-surface.c | 357 CeedInt e_xyz[3] = {1, 1, 1}, re = e; in BuildCartesianRestriction() local 360 e_xyz[d] = re % num_xyz[d]; in BuildCartesianRestriction() 369 g_nodes += (e_xyz[d] * (p - 1) + r_nodes % p) * g_nodes_stride; in BuildCartesianRestriction()
|
| H A D | ex3-volume.c | 326 CeedInt e_xyz[3] = {1, 1, 1}, re = e; in BuildCartesianRestriction() local 329 e_xyz[d] = re % num_xyz[d]; in BuildCartesianRestriction() 338 g_nodes += (e_xyz[d] * (p - 1) + r_nodes % p) * g_nodes_stride; in BuildCartesianRestriction()
|
| H A D | ex1-volume.c | 337 CeedInt e_xyz[3] = {1, 1, 1}, re = e; in BuildCartesianRestriction() local 340 e_xyz[d] = re % num_xyz[d]; in BuildCartesianRestriction() 349 g_nodes += (e_xyz[d] * (p - 1) + r_nodes % p) * g_nodes_stride; in BuildCartesianRestriction()
|
| /libCEED/examples/python/ |
| H A D | ex_common.py | 126 e_xyz = [0] * dim 129 e_xyz[d] = re % num_xyz[d] 138 g_node += (e_xyz[d] * (p - 1) + r_node % p) * g_stride
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | ex1-volume.c | 347 CeedInt e_xyz[3] = {1, 1, 1}, re = e; in BuildCartesianRestriction() local 350 e_xyz[d] = re % num_xyz[d]; in BuildCartesianRestriction() 359 g_nodes += (e_xyz[d] * (p - 1) + r_nodes % p) * g_nodes_stride; in BuildCartesianRestriction()
|