mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
for obtaining a sequence of successive coarse grids that are well suited for geometric multigrid methods. The quality of the elements of the coarse grids is optimized using a multilevel framework. The parallel library is based on MPI and is portable to a wide range of architectures. WWW: http://www.mgnet.org/mgnet-codes-parmgridgen.html PR: ports/152506 Submitted by: Stas Timokhin <devel at stasyan.com>
11 lines
267 B
C
11 lines
267 B
C
--- MGridGen/Lib/mgridgen.h.orig 2010-02-24 15:30:01.000000000 +0600
|
|
+++ MGridGen/Lib/mgridgen.h 2010-02-24 15:30:09.000000000 +0600
|
|
@@ -26,7 +26,7 @@
|
|
#ifdef DMALLOC
|
|
#include <dmalloc.h>
|
|
#else
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#endif
|
|
|
|
#include "defs.h"
|