Advanced Multi-Physics (AMP)
On-Line Documentation
discretizationTestsLoop.h
Go to the documentation of this file.
1#ifndef included_AMP_DiscretizationTestsLoop
2#define included_AMP_DiscretizationTestsLoop
3
4
5#include "AMP/mesh/testHelpers/meshGenerators.h"
6#include "AMP/utils/UnitTest.h"
7
8
9namespace AMP::unit_test {
10
11
12// Function to test subsetting a DOF manager
13void testSubsetDOFManager( std::shared_ptr<MeshGenerator> generator,
14 bool split,
15 AMP::UnitTest &ut );
16
17// Function to test the creation/destruction of a simpleDOFManager
18void testSimpleDOFManager( std::shared_ptr<MeshGenerator> generator, AMP::UnitTest &ut );
19
20// Function to test the creation/destruction of a multiDOFManager
21void testMultiDOFManager( std::shared_ptr<MeshGenerator> generator, AMP::UnitTest &ut );
22
23// Function to test the creation/destruction of a structuredFaceDOFManager
25 std::shared_ptr<MeshGenerator> generator, int Nx, int Ny, int Nz, int GCW, AMP::UnitTest &ut );
26
27
28} // namespace AMP::unit_test
29
30
31#endif
Class UnitTest is simple utility for running unit tests. It provides basic routines for tracing succe...
Definition UnitTest.h:49
void testSubsetDOFManager(std::shared_ptr< MeshGenerator > generator, bool split, AMP::UnitTest &ut)
void testMultiDOFManager(std::shared_ptr< MeshGenerator > generator, AMP::UnitTest &ut)
void testSimpleDOFManager(std::shared_ptr< MeshGenerator > generator, AMP::UnitTest &ut)
void testStructureDOFManager(std::shared_ptr< MeshGenerator > generator, int Nx, int Ny, int Nz, int GCW, AMP::UnitTest &ut)



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:40.
Comments on this page