Chi-Tech
GraphPartitioner.cc
Go to the documentation of this file.
1#include "GraphPartitioner.h"
2
3namespace chi
4{
5
7{
9
10 return params;
11}
12
14 : ChiObject(params)
15{
16}
17
18} // namespace chi
static chi::InputParameters GetInputParameters()
Definition: ChiObject.cc:4
static InputParameters GetInputParameters()
GraphPartitioner(const InputParameters &params)