Reference documentation for deal.II version 9.2.0
|
This module collects the classes used for reading and writing meshes and data. There are two sub-modules for each of these operations. More...
Modules | |
Input | |
deal.II can read meshes in a number of different formats. However, all of them are constrained to so-called "coarse meshes", i.e. meshes that have no refinement hierarchy and in particular no hanging nodes. The GridIn class describes in detail what formats are supported. | |
Graphical output | |
deal.II generates three types of output: it can write triangulations/meshes in formats understood by several mesh readers (including those of deal.II itself), and it can create output used for visualization of data. Finally, it can output matrices in a graphical format. | |
Textual output | |
In addition to classes that provide graphical output formats (see the Graphical output module), deal.II has a number of classes that facilitate textual output in a number of ways. They are collected in this module. See the documentation of these classes for more details. | |
This module collects the classes used for reading and writing meshes and data. There are two sub-modules for each of these operations.