SimVascular / SimVascular/svOneDSolver
This specific 1d solver input file does not run
@mrp089 is already working on this.
Since Sep 19, 2020.
- Dominant language
- C++
- Stars
- 22
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
If I run the attached 1d solver input file, the 1d solver fails automatically. This is the error message that I get:
OneDSolver: /home/jonathanpham/Documents/Marsden_Lab/svOneDSolver_versions/091720/svOneDSolver/Code/Source/cvOneDFEAVector.cxx:164: void cvOneDFEAVector::CheckPositive(int, int, int): Assertion `cvOneDFEAVector::Get(i) >= 0.0' failed.
Aborted (core dumped)
However, on line 2119 of the attached input file, there is a commented material card. If I remove this commented out line from the input file, then the 1d solver will run and successfully complete.
The commented material card line, for your reference is:
#MATERIAL MAT1 OLUFSEN 1.06 0.04 0.0 2.0 2.0e7 -22.5267 8.65e5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.