PeriDEM
0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
testMeshPartitioningLib.h
Go to the documentation of this file.
1
/*
2
* -------------------------------------------
3
* Copyright (c) 2021 - 2024 Prashant K. Jha
4
* -------------------------------------------
5
* PeriDEM https://github.com/prashjha/PeriDEM
6
*
7
* Distributed under the Boost Software License, Version 1.0. (See accompanying
8
* file LICENSE)
9
*/
10
11
#pragma once
12
13
#include <string>
14
#include <vector>
15
17
namespace
test
{
18
22
void
testGraphPartitioningSimple
();
23
32
void
testGraphPartitioning
(
size_t
nPart = 4,
size_t
nGrid = 10,
size_t
mHorizon = 3,
size_t
testOption = 0, std::string meshFilename =
""
);
33
34
}
// namespace test
test
Namespace to group the methods used in testing of the library.
Definition
testFeLib.h:18
test::testGraphPartitioningSimple
void testGraphPartitioningSimple()
Tests metis partitioning of graph.
Definition
testMeshPartitioningLib.cpp:126
test::testGraphPartitioning
void 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.
Definition
testMeshPartitioningLib.cpp:137
test
test_exec
meshpartitioning
testMeshPartitioningLib.h
Generated by
1.9.8