Compare commits

...
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -176,3 +176,14 @@ jobs:
run: |
echo "::warning::branch-history check failed, but the" \
"'branch-history-override' label is set."
codespell:
runs-on: ubuntu-latest
steps:
- name: Codespell with annotations
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: true
ignore_words_list: allright,ba,equil,esy,fo,hda,lod,nd,ned,numer,ot,pres,ro,seh,shat,solfes,strat,tbe,te,warmup
+1 -1
View File
@@ -177,7 +177,7 @@ int main(int argc, char *argv[])
Array<int> ess_tdof_list(0);
if (h1 && mesh->bdr_attributes.Size())
{
// For a continuous basis the linear system must be modified to enforce an
// For a continuous basis the linear system must be modifed to enforce an
// essential (Dirichlet) boundary condition. In the DG case this is not
// necessary as the boundary condition will only be enforced weakly.
fespace.GetEssentialTrueDofs(dbc_bdr, ess_tdof_list);