Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dinverse_multiplicity.c36 CeedElemRestriction elem_restr; in GetInverseMultiplicity() local
43 …PlexCeedElemRestrictionCreate(ceed, dm, domain_label, label_value, height, dm_field, &elem_restr)); in GetInverseMultiplicity()
44 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr, &num_comp)); in GetInverseMultiplicity()
45 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr, &multiplicity, NULL)); in GetInverseMultiplicity()
53 PetscCallCeed(ceed, CeedElemRestrictionGetMultiplicity(elem_restr, multiplicity)); in GetInverseMultiplicity()
60 PetscCallCeed(ceed, CeedElemRestrictionGetMultiplicity(elem_restr, multiplicity)); in GetInverseMultiplicity()
69 …PetscCallCeed(ceed, CeedOperatorSetField(op_multiplicity, "multiplicity", elem_restr, CEED_BASIS_N… in GetInverseMultiplicity()
81 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr)); in GetInverseMultiplicity()
/libCEED/examples/solids/include/
H A Dsetup-libceed.h24 …ceed, DM dm, CeedInt height, DMLabel domain_label, CeedInt value, CeedElemRestriction *elem_restr);
/libCEED/examples/petsc/include/
H A Dpetscutils.h24 …ceed, DM dm, CeedInt height, DMLabel domain_label, CeedInt value, CeedElemRestriction *elem_restr);
/libCEED/examples/petsc/src/
H A Dpetscutils.c190 …eed, DM dm, CeedInt height, DMLabel domain_label, CeedInt value, CeedElemRestriction *elem_restr) { in CreateRestrictionFromPlex() argument
198 …_size, num_comp, 1, num_dof, CEED_MEM_HOST, CEED_COPY_VALUES, elem_restr_offsets_ceed, elem_restr); in CreateRestrictionFromPlex()
/libCEED/examples/solids/src/
H A Dsetup-libceed.c81 …eed, DM dm, CeedInt height, DMLabel domain_label, CeedInt value, CeedElemRestriction *elem_restr) { in CreateRestrictionFromPlex() argument
89 …_size, num_comp, 1, num_dof, CEED_MEM_HOST, CEED_COPY_VALUES, elem_restr_offsets_ceed, elem_restr); in CreateRestrictionFromPlex()
/libCEED/examples/petsc/
H A Dbpsraw.c77 … ceed, const PetscInt mesh_elem[3], CeedInt P, CeedInt num_comp, CeedElemRestriction *elem_restr) { in CreateRestriction() argument
105 idx, elem_restr); in CreateRestriction()
/libCEED/examples/fluids/
H A Dnavierstokes.h279 CeedElemRestriction *elem_restr);