forked from moebiusband/NuSiF-Solver
Initial checkin
This commit is contained in:
13
BasicSolver/3D-mpi/src/test.h
Normal file
13
BasicSolver/3D-mpi/src/test.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright (C) 2022 NHR@FAU, University Erlangen-Nuremberg.
|
||||
* All rights reserved. This file is part of nusif-solver.
|
||||
* Use of this source code is governed by a MIT style
|
||||
* license that can be found in the LICENSE file.
|
||||
*/
|
||||
#ifndef __TEST_H_
|
||||
#define __TEST_H_
|
||||
#include "solver.h"
|
||||
|
||||
extern void testInit(Solver* s);
|
||||
extern void testPrintHalo(Solver* s, double* a);
|
||||
#endif // __TEST_H_
|
Reference in New Issue
Block a user