Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkFEMGenerateMesh.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk
namespace  itk::fem

Functions

void Generate2DRectilinearMesh (itk::fem::Element::ConstPointer e0, Solver &S, vnl_vector< double > &orig, vnl_vector< double > &size, vnl_vector< double > &Nel)
void Generate3DRectilinearMesh (itk::fem::Element::ConstPointer e0, Solver &S, vnl_vector< double > &orig, vnl_vector< double > &size, vnl_vector< double > &Nel)


Function Documentation

void Generate2DRectilinearMesh itk::fem::Element::ConstPointer  e0,
Solver &  S,
vnl_vector< double > &  orig,
vnl_vector< double > &  size,
vnl_vector< double > &  Nel
 

Use this function to generate 2D meshes in Solver.

Generate a rectangular mesh of quadrilateral elements

void Generate3DRectilinearMesh itk::fem::Element::ConstPointer  e0,
Solver &  S,
vnl_vector< double > &  orig,
vnl_vector< double > &  size,
vnl_vector< double > &  Nel
 

Use this function to generate 3D meshes in Solver.

Generate3DRectilinearMesh

Generate a rectangular mesh of hexahedron elements.

See also:
Generate2DRectilinearMesh


Generated at Sun Apr 1 02:48:17 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000