http://xyst.i2p/DEBUG/test_coverage/Mesh/UnsMesh.hpp.gcov.html
Constructor with connectivities and side set faces 226 : : explicit UnsMesh( 227 : : const std::vector< std::size_t >& tetinp, 228 : : const Coords& coord, 229 : : const std::map< int, std::vector< std::size_t > >& bf, 230 : : const std::vector< std::size_t >& triinp, 231 : : const std::map< int, std::vector< std::size_t > >& fid ) : 232 : : m_graphsize( graphsize( tetinp ) ), 233 : ...