Home
last modified time | relevance | path

Searched defs:domain_label (Results 1 – 11 of 11) sorted by relevance

/libCEED/examples/fluids/src/
H A Ddm_utils.c27 PetscErrorCode DMFieldToDSField(DM dm, DMLabel domain_label, PetscInt dm_field, PetscInt *ds_field)… in DMFieldToDSField()
64 PetscErrorCode DMPlexCeedElemRestrictionCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab… in DMPlexCeedElemRestrictionCreate()
94 PetscErrorCode DMPlexCeedElemRestrictionCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, Pe… in DMPlexCeedElemRestrictionCoordinateCreate()
124 static PetscErrorCode DMPlexCeedElemRestrictionStridedCreate(Ceed ceed, DM dm, DMLabel domain_label in DMPlexCeedElemRestrictionStridedCreate()
211 PetscErrorCode DMPlexCeedElemRestrictionQDataCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscIn… in DMPlexCeedElemRestrictionQDataCreate()
234 PetscErrorCode DMPlexCeedElemRestrictionCollocatedCreate(Ceed ceed, DM dm, DMLabel domain_label, Pe… in DMPlexCeedElemRestrictionCollocatedCreate()
263 PetscErrorCode BasisCreateFromTabulation(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_val… in BasisCreateFromTabulation()
356 PetscErrorCode CreateBasisFromPlex(Ceed ceed, DM dm, DMLabel domain_label, CeedInt label_value, Cee… in CreateBasisFromPlex()
H A Dgrid_anisotropy_tensor.c24 DMLabel domain_label = NULL; in GridAnisotropyTensorProjectionSetupApply() local
132 DMLabel domain_label = NULL; in GridAnisotropyTensorCalculateCollocatedVector() local
H A Dqdata.c73 PetscErrorCode QDataGet(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, CeedElemRestr… in QDataGet()
160 PetscErrorCode QDataBoundaryGet(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, CeedE… in QDataBoundaryGet()
H A Dinverse_multiplicity.c27 PetscErrorCode GetInverseMultiplicity(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value,… in GetInverseMultiplicity()
H A Dvelocity_gradient_projection.c51 DMLabel domain_label = NULL; in VelocityGradientProjectionSetup() local
H A Dturb_spanstats.c189 DMLabel domain_label = NULL; in SpanStatsSetupDataCreate() local
302 DMLabel domain_label = NULL; in SetupL2ProjectionStats() local
441 DMLabel domain_label = NULL; in SetupMMSErrorChecking() local
H A Dsetuplibceed.c94 static PetscErrorCode AddBCSubOperator(Ceed ceed, DM dm, CeedData ceed_data, DMLabel domain_label, … in AddBCSubOperator()
300 DMLabel domain_label = NULL; in SetupLibceed() local
H A Dstrong_boundary_conditions.c23 DMLabel domain_label; in SetupStrongSTG_Ceed() local
H A Ddifferential_filter.c67 DMLabel domain_label = NULL; in DifferentialFilterCreateOperators() local
/libCEED/examples/solids/src/
H A Dsetup-libceed.c81 PetscErrorCode CreateRestrictionFromPlex(Ceed ceed, DM dm, CeedInt height, DMLabel domain_label, Ce… in CreateRestrictionFromPlex()
96 PetscErrorCode GetRestrictionForDomain(Ceed ceed, DM dm, CeedInt height, DMLabel domain_label, Pets… in GetRestrictionForDomain()
294 DMLabel domain_label; in SetupLibceedFineLevel() local
/libCEED/examples/petsc/src/
H A Dpetscutils.c190 PetscErrorCode CreateRestrictionFromPlex(Ceed ceed, DM dm, CeedInt height, DMLabel domain_label, Ce… in CreateRestrictionFromPlex()
224 PetscErrorCode DMFieldToDSField(DM dm, DMLabel domain_label, PetscInt dm_field, PetscInt *ds_field)… in DMFieldToDSField()
250 PetscErrorCode BasisCreateFromTabulation(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_val… in BasisCreateFromTabulation()
345 PetscErrorCode CreateBasisFromPlex(Ceed ceed, DM dm, DMLabel domain_label, CeedInt label_value, Cee… in CreateBasisFromPlex()