PartitionCreateTriangular2D

Creates a partition of a two dimensional unstructured grid.

Synopsis

#include "mesh.h" 
int PartitionCreateTriangular2D(Mesh mesh, Partition *part)
Collective on Mesh

Input Parameters

mesh -The mesh to be partitioned

Output Paramter

partition -The partition

Keywords

unstructured mesh, partition

See Also

MeshCreateTriangular2D

Level:beginner
Location:
src/mesh/impls/triangular/2d/part2d.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages