Wrong surface in edges
Some edges were calculating the area surface incorrectly, which was leading to wrong densities.
This commit is contained in:
parent
6a901a0cac
commit
8d5cb6a516
3 changed files with 1 additions and 5 deletions
|
|
@ -104,7 +104,6 @@ MODULE moduleMesh1DCart
|
|||
USE moduleSpecies
|
||||
USE moduleBoundary
|
||||
USE moduleErrors
|
||||
USE moduleRefParam, ONLY: L_ref
|
||||
IMPLICIT NONE
|
||||
|
||||
CLASS(meshEdge1DCart), INTENT(out):: self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue