Started preparing the MPI version for benchmarks and added a solve-independent version of the verification functions to the utils library

This commit is contained in:
jpekkila
2019-10-15 15:54:15 +03:00
parent 08188f3f5b
commit 8d86ac6f9e
6 changed files with 363 additions and 141 deletions

6
src/utils/verification.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include <stdbool.h>
#include "memory.h"
bool acVerifyMesh(const AcMesh model, const AcMesh candidate);