#include <MEDSPLITTER_UserGraph.hxx>

Public Member Functions | |
| UserGraph (MEDMEM::MEDSKYLINEARRAY *, const int *, int) | |
| virtual | ~UserGraph () |
| void | partGraph (int, const string &options="", ParaDomainSelector *sel=0) |
| UserGraph::UserGraph | ( | MEDMEM::MEDSKYLINEARRAY * | array, |
| const int * | partition, | ||
| int | n | ||
| ) |
constructor that allows to specify the desired partition
| partition | as table giving the domain number for each cell (domain numbers range from 0 to ndomain-1 |
| n | number of cells in the mesh |
References medClient_test.index, MEDSPLITTER.Graph.m_partition, and TestMedCorba2.n.
| UserGraph::~UserGraph | ( | ) | [virtual] |
| void UserGraph::partGraph | ( | int | ndomain, |
| const string & | options = "", |
||
| ParaDomainSelector * | sel = 0 |
||
| ) | [virtual] |
Implements MEDSPLITTER.Graph.