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:
6
src/utils/verification.h
Normal file
6
src/utils/verification.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "memory.h"
|
||||
|
||||
bool acVerifyMesh(const AcMesh model, const AcMesh candidate);
|
||||
Reference in New Issue
Block a user