Home
last modified time | relevance | path

Searched refs:e_xyz (Results 1 – 7 of 7) sorted by relevance

/libCEED/examples/rust/mesh/src/
H A Dlib.rs71 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 Dex1-volume-f.f9098 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 Dex2-surface.c357 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 Dex3-volume.c326 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 Dex1-volume.c337 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 Dex_common.py126 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 Dex1-volume.c347 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()