EM boundary conditions should work now
This commit is contained in:
parent
d211ed9a71
commit
7535f5aaaa
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ MODULE moduleEM
|
||||||
|
|
||||||
!Apply boundary conditions
|
!Apply boundary conditions
|
||||||
!$OMP SINGLE
|
!$OMP SINGLE
|
||||||
do b = 1, nBoundaryEM
|
do b = 1, nBoundariesEM
|
||||||
call boundaryEM(b)%obj%apply(vectorF)
|
call boundariesEM(b)%obj%apply(vectorF)
|
||||||
|
|
||||||
end do
|
end do
|
||||||
!$OMP END SINGLE
|
!$OMP END SINGLE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue