[Libmesh-users] question about equation system output

2016-11-19 Thread Michael Povolotskyi
Dear libmesh developers, I'm using libmesh version 1.0.0 compiled with parallel mesh support. Is it possible to use VTK output for the system solution? If it is not possible in general, can it be done for a system that that is defined on a mesh that has communicator MPI_COMM_SELF? Thank you,

[Libmesh-users] problems during the system output

2016-11-19 Thread Michael Povolotskyi
Hello everybody, during the system output I'm seeing the following exception: #26 0x75bbf3cf in libMesh::PetscVector::operator() (this=0x29b1380, i=0) at /home/mpovolot/NEMO5/NEMO/libs/libmesh/libmesh/include/libmesh/petsc_vector.h:1229 1229 libmesh_assert_less (local_inde

[Libmesh-users] failed assertion

2016-11-19 Thread Michael Povolotskyi
Hello everybody, I'm getting a failure in the assertion 0x75bb8cf4 in libMesh::FEMap::get_xyz (this=0x2d4b070) at /home/mpovolot/NEMO5/NEMO/libs/libmesh/libmesh/include/libmesh/fe_map.h:131 131 { libmesh_assert(!calculations_started || calculate_xyz); What does it mean? Than