Home
last modified time | relevance | path

Searched refs:num_dof (Results 1 – 4 of 4) sorted by relevance

/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref.hpp120 CEED_INTERN int CeedBasisCreateH1_Sycl(CeedElemTopology topo, CeedInt dim, CeedInt num_dof, CeedInt…
/libCEED/examples/fluids/src/
H A Ddm_utils.c66 PetscInt num_elem, elem_size, num_dof, num_comp, *restriction_offsets_petsc; in DMPlexCeedElemRestrictionCreate() local
70 …ffsets(dm, domain_label, label_value, height, dm_field, &num_elem, &elem_size, &num_comp, &num_dof, in DMPlexCeedElemRestrictionCreate()
73 …PetscCallCeed(ceed, CeedElemRestrictionCreate(ceed, num_elem, elem_size, num_comp, 1, num_dof, CEE… in DMPlexCeedElemRestrictionCreate()
/libCEED/examples/petsc/src/
H A Dpetscutils.c191 PetscInt num_elem, elem_size, num_dof, num_comp, *elem_restr_offsets_petsc; in CreateRestrictionFromPlex() local
195 …s(dm, domain_label, value, height, 0, &num_elem, &elem_size, &num_comp, &num_dof, &elem_restr_offs… in CreateRestrictionFromPlex()
198 …CeedElemRestrictionCreate(ceed, num_elem, elem_size, num_comp, 1, num_dof, CEED_MEM_HOST, CEED_COP… in CreateRestrictionFromPlex()
/libCEED/examples/solids/src/
H A Dsetup-libceed.c82 PetscInt num_elem, elem_size, num_dof, num_comp, *elem_restr_offsets_petsc; in CreateRestrictionFromPlex() local
86 …s(dm, domain_label, value, height, 0, &num_elem, &elem_size, &num_comp, &num_dof, &elem_restr_offs… in CreateRestrictionFromPlex()
89 …CeedElemRestrictionCreate(ceed, num_elem, elem_size, num_comp, 1, num_dof, CEED_MEM_HOST, CEED_COP… in CreateRestrictionFromPlex()