Searched refs:elem_restr (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | inverse_multiplicity.c | 36 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 D | setup-libceed.h | 24 …ceed, DM dm, CeedInt height, DMLabel domain_label, CeedInt value, CeedElemRestriction *elem_restr);
|
| /libCEED/examples/petsc/include/ |
| H A D | petscutils.h | 24 …ceed, DM dm, CeedInt height, DMLabel domain_label, CeedInt value, CeedElemRestriction *elem_restr);
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 190 …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 D | setup-libceed.c | 81 …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 D | bpsraw.c | 77 … 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 D | navierstokes.h | 279 CeedElemRestriction *elem_restr);
|