Lines Matching refs:num_xyz
81 num_xyz = []
87 num_xyz.append(1 << sd)
88 return num_xyz
91 def build_cartesian_restriction(ceed, dim, num_xyz, degree, num_comp, num_q_comp, num_qpts, create_… argument
116 num_elem *= num_xyz[d]
117 nd.append(num_xyz[d] * (p - 1) + 1) # Nodes per dimension
129 e_xyz[d] = re % num_xyz[d]
130 re //= num_xyz[d]
156 def set_cartesian_mesh_coords(ceed, dim, num_xyz, mesh_degree, mesh_coords): argument
173 nd.append(num_xyz[d] * (p - 1) + 1)
188 coords[gs_node + scalar_size * d] = (elem_id + nodes[node_id]) / num_xyz[d]