Skip to content
Snippets Groups Projects
Commit dd6506fe authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 5a9e79c2
No related branches found
No related tags found
No related merge requests found
...@@ -91,13 +91,66 @@ the <a href="/gmsh/doc/LICENSE.txt">GNU General Public License ...@@ -91,13 +91,66 @@ the <a href="/gmsh/doc/LICENSE.txt">GNU General Public License
and <a href="/gmsh/src/">sources</a> and <a href="/gmsh/src/">sources</a>
</ul> </ul>
If you use Gmsh please cite the following reference in your work <h2><a name="References"></a>References</h2>
(books, articles, reports, etc.):
``<a href="gmsh_paper_preprint.pdf">C. Geuzaine and If you use Gmsh please cite the following reference in your work (books,
J.-F. Remacle. <em>Gmsh: a three-dimensional finite element mesh articles, reports, etc.):
generator with built-in pre- and post-processing <ul>
facilities</em>. International Journal for Numerical Methods in <li><a href="gmsh_paper_preprint.pdf">C. Geuzaine and J.-F. Remacle. <em>Gmsh:
Engineering, Volume 79, Issue 11, pages 1309-1331, 2009</a>''. a three-dimensional finite element mesh generator with built-in pre- and
post-processing facilities</em>. International Journal for Numerical
Methods in Engineering, Volume 79, Issue 11, pages 1309-1331, 2009</a>''
</ul>
You can also cite the following papers for specific algorithms and features:
<ul>
<li>Quad meshing:
<ul>
<li>
J.-F. Remacle, J. Lambrechts, B. Seny, E. Marchandise, A. Johnen and
C. Geuzaine.
<em>Blossom-Quad: a non-uniform quadrilateral mesh generator using a
minimum cost perfect matching algorithm</em>. International Journal
for Numerical Methods in Engineering, Volume 89, pages 1102-1119,
2012.
<li>
J. -F. Remacle, F. Henrotte, T. Carrier-Baudouin, E. Bchet,
E. Marchandise, C. Geuzaine and T. Mouton. <em>A frontal Delaunay Quad
Mesh Generator Using the $L^\infty$ Norm. International Journal for
Numerical Methods in Engineering, in press, 2012.
</ul>
<li>STL remeshing:
J.-F. Remacle and C. Geuzaine and G. Comp\`ere and
E. Marchandise",
title = "High-Quality Surface Remeshing Using Harmonic Maps",
journal = IJNME,
volume = 83,
number = 4,
pages = "403--425",
year = 2010,
E. Marchandise, C. Carton de Wiart, W. G. Vos, C. Geuzaine and J.-F. Remacle.
High Quality Surface Remeshing Using Harmonic Maps. Part II: Surfaces with High
Genus and of Large Aspect Ratio.
journal = IJNME,
volume = 86,
number = 11,
pages = "1303--1321",
year = 2011,
E. Marchandise, P. Crosetto, C. Geuzaine, J.-F. Remacle and E. Sauvage,
chapter = "Quality open source mesh generation for cardiovascular flow simulations",
In Modelling Physiological Flow,
Springer Series on Modeling, Simulation and Applications,
Springer-Verlag, Berlin Heidelberg,
2011,
editor = "D. Ambrosi, A. Quarteroni, G. Rozza",
file = "\pdfgeuzaine{11.marchandise.cardio}",
<li>High-order (curved) meshes:
A. Johnen, J.-F. Remacle and C. Geuzaine. <em>Geometric validity of
Curvilinear Finite elements</em>. Journal of Computational Physics, in
press, 2012.
</ul>
<h2><a name="Authors"></a>Authors and credits</h2> <h2><a name="Authors"></a>Authors and credits</h2>
......
...@@ -12,12 +12,12 @@ set(WITH_COVERAGE FALSE) # check code coverage? ...@@ -12,12 +12,12 @@ set(WITH_COVERAGE FALSE) # check code coverage?
set(WITH_MEMCHECK FALSE) # check memory with valgrind? set(WITH_MEMCHECK FALSE) # check memory with valgrind?
################################################################################# #################################################################################
set(CTEST_BUILD_NAME "MacOSX32") set(CTEST_BUILD_NAME "MacOSX64")
set(OPT "-DGMSH_EXTRA_VERSION=${EXTRA_VERSION}") set(OPT "-DGMSH_EXTRA_VERSION=${EXTRA_VERSION}")
set(OPT "${OPT} -DCMAKE_PREFIX_PATH:path=/usr/local/opencascade;/usr/local/med;/usr/local") set(OPT "${OPT} -DCMAKE_PREFIX_PATH:path=/usr/local/opencascade;/usr/local/hdf5-1.8.7;/usr/local")
set(OPT "${OPT} -DPETSC_ARCH=umfpack-cxx-opt") set(OPT "${OPT} -DPETSC_ARCH=macosx_complex_mumps_seq")
set(OPT "${OPT} -DPETSC_DIR=$ENV{HOME}/src/petsc-3.0.0-p7") set(OPT "${OPT} -DPETSC_DIR=$ENV{HOME}/src/petsc-3.1-p8")
set(OPT "${OPT} -DSLEPC_DIR=$ENV{HOME}/src/slepc-3.0.0-p7") set(OPT "${OPT} -DSLEPC_DIR=$ENV{HOME}/src/slepc-3.1-p6")
set(CTEST_BUILD_OPTIONS ${OPT}) set(CTEST_BUILD_OPTIONS ${OPT})
include(gmsh.ctest) include(gmsh.ctest)
upload_package(${WEB_BIN} MacOSX "" .dmg .dmg) upload_package(${WEB_BIN} MacOSX "" .dmg .dmg)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment