Author Topic: segmentation fault problem  (Read 3952 times)

BSFEAP

  • Jr. Member
  • **
  • Posts: 22
segmentation fault problem
« on: January 28, 2016, 12:56:26 PM »
Dear All,

https://www.dropbox.com/s/fo7t6jyquu3vciz/test.zip?dl=0

this link gives the input file examples.

With given boundary conditions, it works. However, when I use plot, hide,  I got the error message: segmentation fault problem.

I already check Jacobian matrix of mesh, it has no problem.   What is the reason of this error? Thanks a lot.


Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: segmentation fault problem
« Reply #1 on: January 28, 2016, 01:21:39 PM »
You probably ran out of memory.

BSFEAP

  • Jr. Member
  • **
  • Posts: 22
Re: segmentation fault problem
« Reply #2 on: January 29, 2016, 01:46:37 PM »
thanks a lot. Prof. Taylor