FEAP User Forum

FEAP => FEAPpv => Topic started by: ashish on January 21, 2015, 09:25:49 PM

Title: error-Insufficent storage to allocate TANGS
Post by: ashish on January 21, 2015, 09:25:49 PM
hello sir,
sir i am trying to solve 3-dimensional plate problem by modal analysis.I need to validate my result with feappv for that i want fine mesh of plate.But feappv software showing some error after 10500 node.

Error
Insufficent storage to allocate TANGS         
check data or choose another option.

either FEAPpv have some limitation means  can we solve upto 10500 node only???         
I am looking forward for your responce.

Thank you very much.

Title: Re: error-Insufficent storage to allocate TANGS
Post by: FEAP_Admin on January 22, 2015, 07:03:31 AM
The problem is not FEAP it is your computer.  Your computer has insufficient memory to solve the equations.  You could try using the iterative solver (ITER); please see the manual.
Title: Re: error-Insufficent storage to allocate TANGS
Post by: Prof. R.L. Taylor on January 22, 2015, 08:54:55 AM
Also, is the mesh irregular.  Be careful how you number nodes.  FEAPpv does not have an iterative solver.
Title: Re: error-Insufficent storage to allocate TANGS
Post by: FEAP_Admin on January 22, 2015, 09:57:49 AM
If one looks in pmacr.f and pmacr1.f, one sees the iters (diagonal preconditioner) option.  So I think it is there.
Title: Re: error-Insufficent storage to allocate TANGS
Post by: ashish on January 26, 2015, 08:33:36 PM
Thank you very much sir.