Searched refs:create_qdata (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/python/ |
| H A D | ex3_volume.py | 89 ceed, dim, num_xyz, mesh_degree, ncomp_x, num_q_comp, num_qpts, create_qdata=False) 91 ceed, dim, num_xyz, sol_degree, 1, num_q_comp, num_qpts, create_qdata=True)
|
| H A D | ex1_volume.py | 84 ceed, dim, num_xyz, mesh_degree, ncomp_x, num_q_comp, num_qpts, create_qdata=False) 86 ceed, dim, num_xyz, sol_degree, 1, num_q_comp, num_qpts, create_qdata=True)
|
| H A D | ex2_surface.py | 85 ceed, dim, num_xyz, mesh_degree, ncomp_x, num_q_comp, num_qpts, create_qdata=False) 87 ceed, dim, num_xyz, sol_degree, 1, num_q_comp, num_qpts, create_qdata=True)
|
| H A D | ex_common.py | 91 …tesian_restriction(ceed, dim, num_xyz, degree, num_comp, num_q_comp, num_qpts, create_qdata=False): argument 148 if create_qdata:
|