I am working on a similar problem as shown in Adaptivity, Example 2. I 
have a working solution to a transient heat equation problem. But, when 
I implement the mesh refinement exactly as shown in the mentioned 
examples I receive the following error:

slaughter@aes378:~/Documents/programs/bin$ ./example2
time = 1.000000; step 0 of 300
H1 norm = 607.707
   Refining the mesh...
Improper input argument sizes!
[0] src/numerics/dense_matrix_blas_lapack.C, line 640, compiled May  2 
2012 at 13:22:06
terminate called after throwing an instance of 'libMesh::LogicError'
   what():  Error in libMesh internal logic
Aborted (core dumped)


My system is a TransientLinearImplicitSystem, the error occurs when the 
solve() function of the system is called. The actual example executes 
without error.

I was hoping someone could help me figure out what I should be looking 
for to fix this issue, I will happily provide part or all of my code, 
but I am unsure to what portion of the code might lead to this if it is 
working without the mesh_refinement portion. I am just looking for a 
starting point.

Thanks,
Andrew

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to