Hi!

I am having problems in running time with this non-linear system that I am
trying to solve. The message that comes out is the following:

Stack frames: 1

0: 0   libmesh_opt.0.dylib                 0x000000010c935ce6
libMesh::print_trace(std::ostream&) + 38
[0] ../src/fe/fe_lagrange.C, line 625, compiled Aug  7 2014 at 20:31:55


The problem comes out when I call the "equation_systems.init ();" . I
thought that it could be the fact that my assemble function requires a
"current solution" to actually assemble the system and I was initializing
the solution (with system::project_solution(...)) after calling the
"equation_systems.init
();". When I tried to initialize it first, the error become "segmentation
fault".

Here is my code if someone is willing to take a look:

​
 nonlinearcable.C
<https://docs.google.com/file/d/0B49xyYU5aZowQ1BsQ0xYcXlhMjQ/edit?usp=drive_web>
​​
 nonlinearcable.h
<https://docs.google.com/file/d/0B49xyYU5aZowM2VGUEw5TWl5cEE/edit?usp=drive_web>
​
Thanks

Rodrigo Broggi
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to