Skip to content

Commit

Permalink
Merge branch 'fix.init.zero.potential' into 'master.dev'
Browse files Browse the repository at this point in the history
Added FPC to InitZeroPotential()

See merge request piclas/piclas!799
  • Loading branch information
scopplestone committed Apr 3, 2023
2 parents da06a18 + e3e32ee commit 32597ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hdg/hdg.f90
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ SUBROUTINE InitZeroPotential()
EXIT ! as soon as one Dirichlet BC is found, no zero potential must be used
CASE(10,11) ! Neumann
! do nothing
CASE(20) ! FPC
! do nothing
CASE DEFAULT ! unknown BCType
CALL CollectiveStop(__STAMP__,' unknown BC Type in hdg.f90!',IntInfo=BCType)
END SELECT ! BCType
Expand Down

0 comments on commit 32597ed

Please sign in to comment.