Searched refs:face (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | dm_utils.c | 263 …eed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt face, PetscFE fe, in BasisCreateFromTabulation() argument 333 …interp[q * P + p_ceed] = basis_tabulation->T[0][((face * Q + q) * P * num_comp + p_petsc) * num_co… in BasisCreateFromTabulation() 335 …grad[(d * Q + q) * P + p_ceed] = basis_tabulation->T[1][(((face * Q + q) * P * num_comp + p_petsc)… in BasisCreateFromTabulation() 377 PetscInt num_derivatives = 1, face = 0; in CreateBasisFromPlex() local 380 …PetscCall(BasisCreateFromTabulation(ceed, dm, domain_label, label_value, height, face, fe, basis_t… in CreateBasisFromPlex()
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 250 …eed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt face, PetscFE fe, in BasisCreateFromTabulation() argument 322 …interp[q * P + p_ceed] = basis_tabulation->T[0][((face * Q + q) * P * num_comp + p_petsc) * num_co… in BasisCreateFromTabulation() 324 …grad[(d * Q + q) * P + p_ceed] = basis_tabulation->T[1][(((face * Q + q) * P * num_comp + p_petsc)… in BasisCreateFromTabulation() 367 PetscInt num_derivatives = 1, face = 0; in CreateBasisFromPlex() local 370 …PetscCall(BasisCreateFromTabulation(ceed, dm, domain_label, label_value, height, face, fe, basis_t… in CreateBasisFromPlex()
|
| /libCEED/examples/solids/ |
| H A D | README.md | 44 …- List of face sets on which to displace by `-bc_clamp_[facenumber]_translate [x,y,z]` and/or `bc_… 45 Note: The default for a clamped face is zero displacement. 48 …- List of face sets on which to set traction boundary conditions with the traction vector `-bc_tra… 68 In this example, we set the left boundary, face set $999$, to zero displacement and the right bound…
|
| /libCEED/examples/petsc/include/ |
| H A D | petscutils.h | 27 …eed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt face, PetscFE fe,
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 187 For the case of a square/cubic mesh, the list of face indices to be used with `-bc_wall`, `bc_inflo… 942 - Downward angle of the top face of the domain. This face serves as an outlet.
|
| H A D | index.md | 338 If isoperiodicity is set, the periodic face is extracted as the spanwise statistics mesh. 339 Otherwise the negative z face is used.
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 97 Similar face integral terms can also be used to represent discontinuous Galerkin formulations.
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDapi.md | 113 …> - the dependent DoFs (usually on the higher-order side of a face/edge) can be treated just like …
|