Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Minor formatting, coding guidelines changes. * Use std::string and std::getline to read file. * Properly handle EOF and bad stream states when reading file. * Avoid repeatedly declaring new variables for reading in node ids. * Moving member functions out of header. * Add documentation. * Print a warning if there are unparsed tags for an element. * If we read nnodes, make sure it matches eletype.nnodes. * Check that we found a recognized element type. * Catch the Elem pointer that add_elem() throws back to us. * Verify that the libmesh Elem we build has the same number of nodes as the Gmsh file expects it to.
- Loading branch information