Home
last modified time | relevance | path

Searched defs:dm_field (Results 1 – 10 of 10) sorted by relevance

/libCEED/examples/fluids/src/
H A Dinverse_multiplicity.c27 …y(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, in GetInverseMultiplicity()
H A Ddm_utils.c27 PetscErrorCode DMFieldToDSField(DM dm, DMLabel domain_label, PetscInt dm_field, PetscInt *ds_field)… in DMFieldToDSField()
64 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, in DMPlexCeedElemRestrictionCreate()
126 PetscInt num_elem, num_qpts, dm_field = 0; in DMPlexCeedElemRestrictionStridedCreate() local
356 …, DM dm, DMLabel domain_label, CeedInt label_value, CeedInt height, CeedInt dm_field, CeedBasis *b… in CreateBasisFromPlex()
H A Dvelocity_gradient_projection.c49 PetscInt dim, label_value = 0, height = 0, dm_field = 0; in VelocityGradientProjectionSetup() local
H A Dgrid_anisotropy_tensor.c25 PetscInt label_value = 0, height = 0, dm_field = 0; in GridAnisotropyTensorProjectionSetupApply() local
H A Dsetuplibceed.c101 PetscInt dm_field = 0; in AddBCSubOperator() local
301 PetscInt label_value = 0, height = 0, dm_field = 0; in SetupLibceed() local
H A Dstrong_boundary_conditions.c24 PetscInt dm_field = 0, height = 1; in SetupStrongSTG_Ceed() local
H A Ddifferential_filter.c63 for (PetscInt dm_field = 0; dm_field < diff_filter->num_filtered_fields; dm_field++) { in DifferentialFilterCreateOperators() local
H A Dturb_spanstats.c190 PetscInt label_value = 0, height = 0, dm_field = 0; in SpanStatsSetupDataCreate() local
/libCEED/examples/fluids/include/
H A Dbc_definition.h17 PetscInt num_label_values, *label_values, dm_field; member
/libCEED/examples/petsc/src/
H A Dpetscutils.c224 PetscErrorCode DMFieldToDSField(DM dm, DMLabel domain_label, PetscInt dm_field, PetscInt *ds_field)… in DMFieldToDSField()
345 …, DM dm, DMLabel domain_label, CeedInt label_value, CeedInt height, CeedInt dm_field, BPData bp_da… in CreateBasisFromPlex()