mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
a9fce93a03
ElmerFront is a tool for initializing the computational process in Elmer. It communicates with external software producing geometrical data, i.e., CAD files and computational meshes. ElmerFront generates its own finite element meshes, allows the user to build mathematical models graphically, and finally produces input data for ElmerSolver. Submitted by: Pedro F. Giffuni <giffunip@asme.org>
10 lines
211 B
C
10 lines
211 B
C
--- include/ecif_mesh.h.orig Tue Feb 7 20:21:53 2006
|
|
+++ include/ecif_mesh.h Tue Feb 7 20:22:24 2006
|
|
@@ -218,4 +218,4 @@
|
|
static int elementNodesBuffer[27];
|
|
};
|
|
|
|
-#endif
|
|
\ No newline at end of file
|
|
+#endif
|