Removed astaroth_utils from astaroth_core dependencies

This commit is contained in:
jpekkila
2020-07-29 19:58:21 +03:00
parent a5d6fb4303
commit 3afab77533
8 changed files with 91 additions and 80 deletions

View File

@@ -562,6 +562,20 @@ AcResult acDeviceReduceVec(const Device device, const Stream stream_type, const
/** */
AcResult acDeviceRunMPITest(void);
/*
* =============================================================================
* Helper functions
* =============================================================================
*/
/** Updates the built-in parameters based on nx, ny and nz */
AcResult acUpdateBuiltinParams(AcMeshInfo* config);
/** Creates a mesh stored in host memory */
AcResult acMeshCreate(const AcMeshInfo mesh_info, AcMesh* mesh);
/** Destroys a mesh stored in host memory */
AcResult acMeshDestroy(AcMesh* mesh);
#ifdef __cplusplus
} // extern "C"
#endif