Home
last modified time | relevance | path

Searched refs:num_orientations_values (Results 1 – 4 of 4) sorted by relevance

/honee/src/
H A Dbc_definition.c347 PetscInt num_orientations_values, *orientation_values; in BCDefinitionAddOperators() local
356 …LabelCreateGlobalValueArray(bc_def->dm, face_orientation_label, &num_orientations_values, &orienta… in BCDefinitionAddOperators()
357 for (PetscInt o = 0; o < num_orientations_values; o++) { in BCDefinitionAddOperators()
H A Dstrong_boundary_conditions.c79 PetscInt num_orientations_values, *orientation_values; in SetupStrongSTG_Ceed() local
88 …PetscCall(DMLabelCreateGlobalValueArray(dm, face_orientation_label, &num_orientations_values, &ori… in SetupStrongSTG_Ceed()
89 for (PetscInt o = 0; o < num_orientations_values; o++) { in SetupStrongSTG_Ceed()
/honee/problems/
H A Dadvection.c240 PetscInt num_orientations_values, *orientation_values; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
249 …lCreateGlobalValueArray(projection->dm, face_orientation_label, &num_orientations_values, &orienta… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
250 for (PetscInt o = 0; o < num_orientations_values; o++) { in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
H A Dnewtonian.c205 PetscInt num_orientations_values, *orientation_values; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
214 …lCreateGlobalValueArray(projection->dm, face_orientation_label, &num_orientations_values, &orienta… in DivDiffFluxProjectionCreateRHS_Direct_NS()
215 for (PetscInt o = 0; o < num_orientations_values; o++) { in DivDiffFluxProjectionCreateRHS_Direct_NS()