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

missing copyright

parent 91a7d6d7
Branches
Tags
No related merge requests found
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#include "MVertex.h" #include "MVertex.h"
#include "gmshAssembler.h" #include "gmshAssembler.h"
#include "gmshLinearSystem.h" #include "gmshLinearSystem.h"
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#ifndef _GMSH_ASSEMBLER_H_ #ifndef _GMSH_ASSEMBLER_H_
#define _GMSH_ASSEMBLER_H_ #define _GMSH_ASSEMBLER_H_
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#include "gmshElasticity.h" #include "gmshElasticity.h"
extern double inv3x3 (double a[3][3], double b[3][3]); extern double inv3x3 (double a[3][3], double b[3][3]);
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#ifndef _GMSH_ELASTICITY_H_ #ifndef _GMSH_ELASTICITY_H_
#define _GMSH_ELASTICITY_H_ #define _GMSH_ELASTICITY_H_
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#ifndef _GMSH_FUNCTION_H_ #ifndef _GMSH_FUNCTION_H_
#define _GMSH_FUNCTION_H_ #define _GMSH_FUNCTION_H_
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#include "gmshLaplace.h" #include "gmshLaplace.h"
extern double inv3x3 (double a[3][3], double b[3][3]); extern double inv3x3 (double a[3][3], double b[3][3]);
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#ifndef _GMSH_LAPLACE_H_ #ifndef _GMSH_LAPLACE_H_
#define _GMSH_LAPLACE_H_ #define _GMSH_LAPLACE_H_
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#ifndef _GMSH_LINEAR_SYSTEM_H_ #ifndef _GMSH_LINEAR_SYSTEM_H_
#define _GMSH_LINEAR_SYSTEM_H_ #define _GMSH_LINEAR_SYSTEM_H_
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#ifndef _GMSH_LINEAR_SYSTEM_GMM_H_ #ifndef _GMSH_LINEAR_SYSTEM_GMM_H_
#define _GMSH_LINEAR_SYSTEM_GMM_H_ #define _GMSH_LINEAR_SYSTEM_GMM_H_
......
#include "gmshTermOfFormulation.h" // Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
#include "gmshFunction.h" //
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#include "Gmsh.h" #include "Gmsh.h"
#include "GModel.h" #include "GModel.h"
#include "MElement.h" #include "MElement.h"
#include "GmshMatrix.h" #include "GmshMatrix.h"
#include "gmshTermOfFormulation.h"
#include "gmshFunction.h"
#include "gmshLinearSystem.h" #include "gmshLinearSystem.h"
#include "gmshAssembler.h" #include "gmshAssembler.h"
......
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#ifndef _GMSH_TERM_OF_FORMULATION_H_ #ifndef _GMSH_TERM_OF_FORMULATION_H_
#define _GMSH_TERM_OF_FORMULATION_H_ #define _GMSH_TERM_OF_FORMULATION_H_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment