Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Ruokolainen committed Jan 27, 2025
1 parent 76e9b78 commit a17e308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fem/tests/SD_H1BasisEvaluation/H1BasisEvaluation.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ FUNCTION TestBrickElement(Solver, tol, P) RESULT(nerror)
nbasis = nndof + 12*nedof*EdgePerm + 6*nfdof*FacePerm + nbdof
ngp = GP % N

print*,ngb,nbasis; flush(6)
print*,ngp,nbasis; flush(6)

! Reserve workspace for finite element basis
ALLOCATE(Basis(ngp,nbasis), dBasisdx(ngp,nbasis,3), &
Expand Down

0 comments on commit a17e308

Please sign in to comment.