#include "rect2DMeshGenerator.hpp"#include "Epetra_IntSerialDenseVector.h"#include "Epetra_SerialDenseMatrix.h"#include "Epetra_IntSerialDenseMatrix.h"#include "Teuchos_TestForException.hpp"#include "Teuchos_FancyOStream.hpp"#include "Teuchos_RefCountPtr.hpp"Include dependency graph for rect2DMeshGenerator.cpp:

Go to the source code of this file.
Functions | |
| void | GLpApp::rect2DMeshGenerator (const int numProc,const int procRank,const double len_x,const double len_y,const int local_nx,const int local_ny,const int bndy_marker,Epetra_IntSerialDenseVector *ipindx_out,Epetra_SerialDenseMatrix *ipcoords_out,Epetra_IntSerialDenseVector *pindx_out,Epetra_SerialDenseMatrix *pcoords_out,Epetra_IntSerialDenseMatrix *t_out,Epetra_IntSerialDenseMatrix *e_out,std::ostream *out,const bool dumpAll) |
Generate a simple rectangular 2D triangular mesh that is only partitioned between processors in the y direction. | |
1.4.7