Searched refs:face (Results 1 – 6 of 6) sorted by relevance
| /honee/include/ |
| H A D | dm-utils.h | 22 …ToFaceCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt face, 24 …ate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt face, PetscInt dm_field,
|
| /honee/src/ |
| H A D | dm-utils.c | 591 static inline PetscErrorCode ComputeFieldTabulationP2C(DM dm, PetscInt field, PetscInt face, PetscT… in ComputeFieldTabulationP2C() argument 618 …(*interp)[q * P + p_ceed] = tabulation->T[0][((face * Q + q) * P * num_comp + p_petsc) * num_comp … in ComputeFieldTabulationP2C() 620 …(*grad)[(d * Q + q) * P + p_ceed] = tabulation->T[1][(((face * Q + q) * P * num_comp + p_petsc) * … in ComputeFieldTabulationP2C() 811 PetscInt num_derivatives = 1, face = 0; in DMPlexCeedBasisCreate() local 826 PetscCall(ComputeFieldTabulationP2C(dm, dm_field, face, basis_tabulation, &interp, &grad)); in DMPlexCeedBasisCreate() 984 …ate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt face, PetscInt dm_field, in DMPlexCeedBasisCellToFaceCreate() argument 1017 PetscCall(ComputeFieldTabulationP2C(dm, dm_field, face, basis_tabulation, &interp, &grad)); in DMPlexCeedBasisCellToFaceCreate() 1040 …ToFaceCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt face, in DMPlexCeedBasisCellToFaceCoordinateCreate() argument 1049 …PetscCall(DMPlexCeedBasisCellToFaceCreate(ceed, dm_coord, domain_label, label_value, face, 0, basi… in DMPlexCeedBasisCellToFaceCoordinateCreate()
|
| /honee/ |
| H A D | CHANGELOG.md | 11 - For strong STG, element size is calculated from cell-to-face basis. `-stg_dx` no longer needed in…
|
| /honee/doc/ |
| H A D | auxiliary.md | 23 If isoperiodicity is set, the periodic face is extracted as the spanwise statistics mesh. 24 Otherwise the negative z face is used.
|
| H A D | runtime_options.md | 283 For the case of a square/cubic mesh, the list of face indices to be used with `-bc_wall`, `bc_inflo…
|
| H A D | examples.md | 286 - Downward angle of the top face of the domain. This face serves as an outlet.
|