Mesh generator and reader. More...
#include "mesh_handler.h"
#include <deal.II/base/utilities.h>
#include <deal.II/grid/reference_cell.h>
#include "runner.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Mesh generator and reader.
This program is useful to debug input grid files, to convert from one format to another, or simply to generate and view one of the internal deal.II grids.
The mesh_handler executable can be driven by a configuration file, or by command line arguments.
See MeshHandler for the description of the class.
Definition in file mesh_handler.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 42 of file mesh_handler.cc.
References RUNNER.