Home
last modified time | relevance | path

Searched refs:DMPlexCeedCoordinateCreateField (Results 1 – 13 of 13) sorted by relevance

/honee/src/
H A Dqdata.c142 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr… in QDataGet()
236 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr… in QDataBoundaryGet()
327 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height_face, &elem_… in QDataBoundaryGradientGet()
H A Dboundary_condition.c243 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr… in HoneeBCAddIFunctionOp()
310 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr… in HoneeBCAddIJacobianOp()
H A Dvelocity_gradient_projection.c69 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in VelocityGradientProjectionSetup()
H A Dstrong_boundary_conditions.c106 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, face_orientation_label, orientation, height_ce… in SetupStrongSTG_Ceed()
H A Dsetuplibceed.c125 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height… in SetupLibceed()
H A Dmisc.c234 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &el… in HoneeCalculateDomainSize()
H A Ddifferential_filter.c29 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in DifferentialFilterCreateOperators()
H A Ddm-utils.c925 PetscErrorCode DMPlexCeedCoordinateCreateField(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab… in DMPlexCeedCoordinateCreateField() function
/honee/include/
H A Ddm-utils.h20 PetscErrorCode DMPlexCeedCoordinateCreateField(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab…
/honee/src/spanstats/
H A Dcflpe.c74 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in CreateStatisticCollectionOperator()
H A Dturbulence.c52 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in CreateStatisticCollectionOperator()
H A Dspanstats.c148 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr… in GetQuadratureCoords()
/honee/problems/
H A Dsgs_dd_model.c139 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE,… in SgsDDSetupNodalEvaluation_Fused()