PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | test |
Namespace to group the methods used in testing of the library. | |
Functions | |
void | test::testGraphPartitioningSimple () |
Tests metis partitioning of graph. | |
void | test::testGraphPartitioning (size_t nPart=4, size_t nGrid=10, size_t mHorizon=3, size_t testOption=0, std::string meshFilename="") |
Tests metis partitioning of graph from a 2-D mesh with nonlocal interaction. | |