Mark_1
First thing that I am kinda happy with. Still some things to improve but at least push is good.
This commit is contained in:
parent
15d64f3e68
commit
7f6afd6a87
11 changed files with 336 additions and 258 deletions
|
|
@ -359,8 +359,8 @@ MODULE moduleInput
|
|||
DO e = 1, mesh%numCells
|
||||
!Scale variables
|
||||
!Density at centroid of cell
|
||||
nodes = mesh%cells(e)%obj%getNodes()
|
||||
nNodes = mesh%cells(e)%obj%nNodes
|
||||
nodes = mesh%cells(e)%obj%getNodes(nNodes)
|
||||
ALLOCATE(fPsi(1:nNodes))
|
||||
fPsi = mesh%cells(e)%obj%fPsi((/0.D0, 0.D0, 0.D0/), nNodes)
|
||||
ALLOCATE(source(1:nNodes))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue