Home
last modified time | relevance | path

Searched refs:mesh_restriction (Results 1 – 8 of 8) sorted by relevance

/libCEED/examples/python/
H A Dex3_volume.py88 mesh_restriction, mesh_size, _, _, _ = common.build_cartesian_restriction(
122 op_build.set_field("dx", mesh_restriction, mesh_basis, libceed.VECTOR_ACTIVE)
H A Dex1_volume.py83 mesh_restriction, mesh_size, _, _, _ = common.build_cartesian_restriction(
118 op_build.set_field("dx", mesh_restriction, mesh_basis, libceed.VECTOR_ACTIVE)
H A Dex2_surface.py84 mesh_restriction, mesh_size, _, _, _ = common.build_cartesian_restriction(
120 op_build.set_field("dx", mesh_restriction, mesh_basis, libceed.VECTOR_ACTIVE)
/libCEED/examples/ceed/
H A Dex2-surface.c149 CeedElemRestriction mesh_restriction, sol_restriction, q_data_restriction; in main() local
151 …iction(ceed, dim, num_xyz, mesh_degree, num_comp_x, &mesh_size, num_qpts, &mesh_restriction, NULL); in main()
199 CeedOperatorSetField(op_build, "dx", mesh_restriction, mesh_basis, CEED_VECTOR_ACTIVE); in main()
306 CeedElemRestrictionDestroy(&mesh_restriction); in main()
H A Dex3-volume.c141 CeedElemRestriction mesh_restriction, sol_restriction, q_data_restriction; in main() local
143 …iction(ceed, dim, num_xyz, mesh_degree, num_comp_x, &mesh_size, num_qpts, &mesh_restriction, NULL); in main()
183 CeedOperatorSetField(op_build, "dx", mesh_restriction, mesh_basis, CEED_VECTOR_ACTIVE); in main()
275 CeedElemRestrictionDestroy(&mesh_restriction); in main()
H A Dex1-volume.c144 CeedElemRestriction mesh_restriction, sol_restriction, q_data_restriction; in main() local
146 …iction(ceed, dim, num_xyz, mesh_degree, num_comp_x, &mesh_size, num_qpts, &mesh_restriction, NULL); in main()
193 CeedOperatorSetField(op_build, "dx", mesh_restriction, mesh_basis, CEED_VECTOR_ACTIVE); in main()
286 CeedElemRestrictionDestroy(&mesh_restriction); in main()
H A Dex1-volume-f.f90269 integer mesh_restriction, sol_restriction, q_data_restriction variable
400 &mesh_restriction, ceed_qfunction_none, err)
449 call ceedoperatorsetfield(op_build, 'dx', mesh_restriction, mesh_basis, ceed_vector_active, err)
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c154 CeedElemRestriction mesh_restriction, sol_restriction, q_data_restriction; in main() local
156 …iction(ceed, dim, num_xyz, mesh_degree, num_comp_x, &mesh_size, num_qpts, &mesh_restriction, NULL); in main()
203 CeedOperatorSetField(op_build, "dx", mesh_restriction, mesh_basis, CEED_VECTOR_ACTIVE); in main()
296 CeedElemRestrictionDestroy(&mesh_restriction); in main()