Searched refs:DMPlexCeedElemRestrictionCreate (Results 1 – 9 of 9) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | inverse_multiplicity.c | 43 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm, domain_label, label_value, height, dm_field, &… in GetInverseMultiplicity()
|
| H A D | velocity_gradient_projection.c | 63 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, grad_velo_proj->dm, domain_label, label_value, hei… in VelocityGradientProjectionSetup()
|
| H A D | dm_utils.c | 64 PetscErrorCode DMPlexCeedElemRestrictionCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab… in DMPlexCeedElemRestrictionCreate() function 103 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm_coord, domain_label, label_value, height, 0, re… in DMPlexCeedElemRestrictionCoordinateCreate()
|
| H A D | grid_anisotropy_tensor.c | 54 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, grid_aniso_proj->dm, domain_label, label_value, he… in GridAnisotropyTensorProjectionSetupApply()
|
| H A D | strong_boundary_conditions.c | 61 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm, domain_label, bc->inflows[i], height, dm_field… in SetupStrongSTG_Ceed()
|
| H A D | setuplibceed.c | 104 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm, domain_label, label_value, height, dm_field, &… in AddBCSubOperator() 308 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm, domain_label, label_value, height, 0, &ceed_da… in SetupLibceed()
|
| H A D | differential_filter.c | 69 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm_filter, domain_label, label_value, height, dm_f… in DifferentialFilterCreateOperators()
|
| H A D | turb_spanstats.c | 195 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm, domain_label, label_value, height, dm_field, &… in SpanStatsSetupDataCreate()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 281 PetscErrorCode DMPlexCeedElemRestrictionCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab…
|