The example code I am trying to compile is HPeigenproblems_PZ_8_2_16_2.C.
This is where I added #include "parallel_algebra.h" and "parallel.h". The
errors all seem to have to do with things inside header files being "not
declared in scope" not naming a type,  etc.

 For example:
In file included from HPeigenproblems_PZ_8_2_16_2.C:4:0:
/opt/libmesh-1.0.0-rc1/include/libmesh/mesh_generation.h:130:67: error:
‘libmesh_nullptr’ was not declared in this scope
                       QueryElemSubdomainIDBase * elem_subdomain =
libmesh_nullptr);

Could the problem be a compiler issue? I am using mpicxx to compile.

Harry Pearce
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to