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

*** empty log message ***

parent 66ea57e0
No related branches found
No related tags found
No related merge requests found
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
// //
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
// //
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
// //
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
// //
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
// //
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
// //
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
......
...@@ -19,6 +19,7 @@ SRC = Numeric.cpp\ ...@@ -19,6 +19,7 @@ SRC = Numeric.cpp\
gmshElasticity.cpp\ gmshElasticity.cpp\
EigSolve.cpp\ EigSolve.cpp\
FunctionSpace.cpp\ FunctionSpace.cpp\
GaussQuadratureLin.cpp\
GaussQuadratureTri.cpp\ GaussQuadratureTri.cpp\
GaussQuadratureQuad.cpp\ GaussQuadratureQuad.cpp\
GaussQuadratureTet.cpp\ GaussQuadratureTet.cpp\
...@@ -107,6 +108,7 @@ gmshElasticity${OBJEXT}: gmshElasticity.cpp gmshElasticity.h \ ...@@ -107,6 +108,7 @@ gmshElasticity${OBJEXT}: gmshElasticity.cpp gmshElasticity.h \
EigSolve${OBJEXT}: EigSolve.cpp EigSolve${OBJEXT}: EigSolve.cpp
FunctionSpace${OBJEXT}: FunctionSpace.cpp FunctionSpace.h GmshMatrix.h \ FunctionSpace${OBJEXT}: FunctionSpace.cpp FunctionSpace.h GmshMatrix.h \
../Common/GmshConfig.h ../Common/GmshMessage.h ../Common/GmshDefines.h ../Common/GmshConfig.h ../Common/GmshMessage.h ../Common/GmshDefines.h
GaussQuadratureLin${OBJEXT}: GaussQuadratureLin.cpp Gauss.h GaussLegendre1D.h
GaussQuadratureTri${OBJEXT}: GaussQuadratureTri.cpp Gauss.h GaussLegendre1D.h GaussQuadratureTri${OBJEXT}: GaussQuadratureTri.cpp Gauss.h GaussLegendre1D.h
GaussQuadratureQuad${OBJEXT}: GaussQuadratureQuad.cpp Gauss.h GaussLegendre1D.h GaussQuadratureQuad${OBJEXT}: GaussQuadratureQuad.cpp Gauss.h GaussLegendre1D.h
GaussQuadratureTet${OBJEXT}: GaussQuadratureTet.cpp Gauss.h GaussLegendre1D.h GaussQuadratureTet${OBJEXT}: GaussQuadratureTet.cpp Gauss.h GaussLegendre1D.h
......
...@@ -21,7 +21,8 @@ with the GSL integration; Marc Ume for the original list code; Matt ...@@ -21,7 +21,8 @@ with the GSL integration; Marc Ume for the original list code; Matt
Gundry for the Plot3d mesh format; Jozef Vesely for help with the Gundry for the Plot3d mesh format; Jozef Vesely for help with the
Tetgen integration; Koen Hillewaert for high order element mappings Tetgen integration; Koen Hillewaert for high order element mappings
and other improvements; Jacques Lechelle for the DIFFPACK mesh format; and other improvements; Jacques Lechelle for the DIFFPACK mesh format;
Ruth Sabariego for pyramids. Ruth Sabariego for pyramids; Gaetan Bricteux for Gauss integration
routines.
The AVL tree code (Common/avl.*) and the YUV image code The AVL tree code (Common/avl.*) and the YUV image code
(Graphics/gl2yuv.*) are copyright (C) 1988-1993, 1995 The Regents of (Graphics/gl2yuv.*) are copyright (C) 1988-1993, 1995 The Regents of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment