Home
last modified time | relevance | path

Searched refs:face (Results 1 – 8 of 8) sorted by relevance

/libCEED/examples/fluids/src/
H A Ddm_utils.c263 …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 Dpetscutils.c250 …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 DREADME.md44 …- 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 Dpetscutils.h27 …eed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt face, PetscFE fe,
/libCEED/examples/fluids/
H A DREADME.md187 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 Dindex.md338 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 Dpaper.md97 Similar face integral terms can also be used to represent discontinuous Galerkin formulations.
/libCEED/doc/sphinx/source/
H A DlibCEEDapi.md113 …> - the dependent DoFs (usually on the higher-order side of a face/edge) can be treated just like …