From 4d1526d2290fb392c751ac0da2c6c4107b183f50 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 28 Jan 2009 07:30:05 +0000 Subject: [PATCH] *** empty log message *** --- Numeric/Gauss.h | 2 +- Numeric/GaussLegendre1D.h | 2 +- Numeric/GaussLegendreSimplex.cpp | 2 +- Numeric/GaussQuadratureHex.cpp | 2 +- Numeric/GaussQuadratureLin.cpp | 2 +- Numeric/GaussQuadratureQuad.cpp | 2 +- Numeric/Makefile | 2 ++ doc/CREDITS.txt | 3 ++- 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Numeric/Gauss.h b/Numeric/Gauss.h index ea67b1514a..85a8e10240 100644 --- a/Numeric/Gauss.h +++ b/Numeric/Gauss.h @@ -1,4 +1,4 @@ -// 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 // bugs and problems to <gmsh@geuz.org>. diff --git a/Numeric/GaussLegendre1D.h b/Numeric/GaussLegendre1D.h index c09d4de50e..01d47b6b58 100644 --- a/Numeric/GaussLegendre1D.h +++ b/Numeric/GaussLegendre1D.h @@ -1,4 +1,4 @@ -// 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 // bugs and problems to <gmsh@geuz.org>. diff --git a/Numeric/GaussLegendreSimplex.cpp b/Numeric/GaussLegendreSimplex.cpp index 0ebb9893df..dc9e801f41 100644 --- a/Numeric/GaussLegendreSimplex.cpp +++ b/Numeric/GaussLegendreSimplex.cpp @@ -1,4 +1,4 @@ -// 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 // bugs and problems to <gmsh@geuz.org>. diff --git a/Numeric/GaussQuadratureHex.cpp b/Numeric/GaussQuadratureHex.cpp index 64c71407f7..c99e9c6cd7 100644 --- a/Numeric/GaussQuadratureHex.cpp +++ b/Numeric/GaussQuadratureHex.cpp @@ -1,4 +1,4 @@ -// 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 // bugs and problems to <gmsh@geuz.org>. diff --git a/Numeric/GaussQuadratureLin.cpp b/Numeric/GaussQuadratureLin.cpp index 82f40131ab..2d473e0b1e 100644 --- a/Numeric/GaussQuadratureLin.cpp +++ b/Numeric/GaussQuadratureLin.cpp @@ -1,4 +1,4 @@ -// 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 // bugs and problems to <gmsh@geuz.org>. diff --git a/Numeric/GaussQuadratureQuad.cpp b/Numeric/GaussQuadratureQuad.cpp index 309b0c5608..9bbee0fbff 100644 --- a/Numeric/GaussQuadratureQuad.cpp +++ b/Numeric/GaussQuadratureQuad.cpp @@ -1,4 +1,4 @@ -// 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 // bugs and problems to <gmsh@geuz.org>. diff --git a/Numeric/Makefile b/Numeric/Makefile index 42ebd6e9c4..f88949c1e2 100644 --- a/Numeric/Makefile +++ b/Numeric/Makefile @@ -19,6 +19,7 @@ SRC = Numeric.cpp\ gmshElasticity.cpp\ EigSolve.cpp\ FunctionSpace.cpp\ + GaussQuadratureLin.cpp\ GaussQuadratureTri.cpp\ GaussQuadratureQuad.cpp\ GaussQuadratureTet.cpp\ @@ -107,6 +108,7 @@ gmshElasticity${OBJEXT}: gmshElasticity.cpp gmshElasticity.h \ EigSolve${OBJEXT}: EigSolve.cpp FunctionSpace${OBJEXT}: FunctionSpace.cpp FunctionSpace.h GmshMatrix.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 GaussQuadratureQuad${OBJEXT}: GaussQuadratureQuad.cpp Gauss.h GaussLegendre1D.h GaussQuadratureTet${OBJEXT}: GaussQuadratureTet.cpp Gauss.h GaussLegendre1D.h diff --git a/doc/CREDITS.txt b/doc/CREDITS.txt index 74aa5f0913..f11d58cf31 100644 --- a/doc/CREDITS.txt +++ b/doc/CREDITS.txt @@ -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 Tetgen integration; Koen Hillewaert for high order element mappings 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 (Graphics/gl2yuv.*) are copyright (C) 1988-1993, 1995 The Regents of -- GitLab