Renaming of code. New name is FPAKC.
This commit is contained in:
parent
c82279f5c5
commit
7b707e7806
7 changed files with 1591 additions and 12 deletions
|
|
@ -79,7 +79,7 @@ MODULE moduleEM
|
|||
vectorF = 0.D0
|
||||
!$OMP END SINGLE
|
||||
|
||||
!$OMP SINGLE
|
||||
!$OMP DO REDUCTION(+:vectorF)
|
||||
DO e = 1, mesh%numVols
|
||||
nodes = mesh%vols(e)%obj%getNodes()
|
||||
nNodes = SIZE(nodes)
|
||||
|
|
@ -112,7 +112,7 @@ MODULE moduleEM
|
|||
DEALLOCATE(nodes, rho)
|
||||
|
||||
END DO
|
||||
!$OMP END SINGLE
|
||||
!$OMP END DO
|
||||
|
||||
!Apply boundary conditions
|
||||
!$OMP DO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue