|
Nektar++
|
#include <cstdlib>#include <string>#include <iostream>#include <vector>#include <map>#include <boost/lexical_cast.hpp>#include <SpatialDomains/Geometry.h>
Go to the source code of this file.
Functions | |
| void | PrintConditions (ofstream &output) |
| void | print_usage_info (char *binary_name) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 33 of file Regular2DMeshGenerator.cpp.
References Nektar::LibUtilities::eQuadrilateral, Nektar::LibUtilities::eTriangle, Nektar::iterator, print_usage_info(), and PrintConditions().
| void print_usage_info | ( | char * | binary_name | ) |
Definition at line 18 of file Regular2DMeshGenerator.cpp.
Referenced by main().
| void PrintConditions | ( | ofstream & | output | ) |
Definition at line 292 of file Regular2DMeshGenerator.cpp.
1.8.1.2