Reduction in pushing
Reduction in 10-20% of time spend in pushing in 2DCyl thanks to rewriting fPsi and dPsi.
This commit is contained in:
parent
0db76083ec
commit
2486ef6316
18 changed files with 1289 additions and 1280 deletions
|
|
@ -1,4 +1,4 @@
|
|||
!moduleMeshBoundary: Boundary functions
|
||||
!moduleMeshBoundary: Boundary functions for the mesh edges
|
||||
MODULE moduleMeshBoundary
|
||||
USE moduleMesh
|
||||
|
||||
|
|
@ -159,7 +159,7 @@ MODULE moduleMeshBoundary
|
|||
newElectron%vol = part%vol
|
||||
newIon%vol = part%vol
|
||||
|
||||
newElectron%xi = mesh%vols(part%vol)%obj%phy2log(newElectron%r)
|
||||
newElectron%xi = mesh%cells(part%vol)%obj%phy2log(newElectron%r)
|
||||
newIon%xi = newElectron%xi
|
||||
|
||||
newElectron%weight = part%weight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue