Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Fix test case with rhs parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
maierbn committed Feb 11, 2020
1 parent b90ffb7 commit 1109f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/unit_testing/src/1_rank/poisson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ config = {
"FiniteElementMethod" : {
"nElements": [4, 5],
"physicalExtent": [1.0, 5.0/4.],
"rightHandSide": {2:5, 7:7.0, 3:9, "8":3, 0:1, 1:4, 6.0:5, "10":0},
"rightHandSide": {4:0, 5:0, 2:5, 7:7.0, 3:9, "8":3, 0:1, 1:4, 6.0:5, "10":0},
"dirichletBoundaryConditions": {0:0},
"relativeTolerance": 1e-15,
},
Expand Down

0 comments on commit 1109f80

Please sign in to comment.