Implementation of 0D grid for analysis of collisional operators.
Still need to add a 0D pusher and the corresponding input configuration and documentation.
This commit is contained in:
parent
439a45efbf
commit
d2b36632c9
12 changed files with 339 additions and 13 deletions
|
|
@ -779,8 +779,11 @@ MODULE moduleInput
|
|||
CASE("1DCart")
|
||||
mesh%connectMesh => connectMesh1DCart
|
||||
|
||||
CASE("0D")
|
||||
mesh%connectMesh => NULL()
|
||||
|
||||
END SELECT
|
||||
CALL mesh%connectMesh
|
||||
IF (ASSOCIATED(mesh%connectMesh)) CALL mesh%connectMesh
|
||||
|
||||
IF (doubleMesh) THEN
|
||||
meshColl%connectMesh => mesh%connectMesh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue