ViennaGrid - The Vienna Grid Library
2.1.0
|
Provides a reader for Netgen files. More...
#include <fstream>
#include <iostream>
#include <assert.h>
#include "viennagrid/forwards.hpp"
#include "viennagrid/mesh/mesh.hpp"
#include "viennagrid/mesh/segmentation.hpp"
#include "viennagrid/mesh/element_creation.hpp"
#include "viennagrid/io/helper.hpp"
Go to the source code of this file.
Data Structures | |
struct | netgen_reader |
Reader for Netgen files obtained from the 'Export mesh...' menu item. Tested with Netgen version 4.9.12. More... | |
Namespaces | |
namespace | viennagrid |
The main ViennaGrid namespace. Most user functionality resides directly in this namespace rather than in sub-namespaces. | |
namespace | viennagrid::io |
A namespace with all the input/output functionality, in particular file readers and writers. |
Provides a reader for Netgen files.