Skip to content

Commit dc5d320

Browse files
committed
docs: add description to halo tests
1 parent 6a4b03a commit dc5d320

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

core/test/HaloExchangeCB_test.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
/*!
22
* @author Tom Meltzer <[email protected]>
3+
* @brief Test halo exchange class for Closed Boundaries (CB)
4+
* @details
5+
*
6+
* Test halo exchange class for Closed Boundaries (CB) on following fields:
7+
* - HField
8+
* - VertexField
9+
* - DGField
10+
* - DGVector
311
*/
412

513
#include <doctest/extensions/doctest_mpi.h>

core/test/HaloExchangePB_test.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
/*!
22
* @author Tom Meltzer <[email protected]>
3+
* @brief Test halo exchange class for Periodic Boundaries (PB)
4+
* @details
5+
*
6+
* Test halo exchange class for Periodic Boundaries (PB) on following fields:
7+
* - HField
8+
* - VertexField
9+
* - DGField
10+
* - DGVector
311
*/
412

513
#include <doctest/extensions/doctest_mpi.h>

0 commit comments

Comments
 (0)