Home
last modified time | relevance | path

Searched refs:dof (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/src/
H A Dsetupts.c60 PetscInt dof, dim = 3; in Surface_Forces_NS() local
85 PetscCall(PetscSectionGetDof(s, p, &dof)); in Surface_Forces_NS()
86 for (PetscInt node = 0; node < dof / num_comp; node++) { in Surface_Forces_NS()
/libCEED/examples/python/
H A Dtutorial-2-elemrestriction.ipynb40 …the simple creation and application of a `libceed.ElemRestriction`, with user provided dof indices"