getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Konstantinos Poulios
Subject: [Getfem-commits] (no subject)
Date: Thu, 2 Jan 2020 05:10:49 -0500 (EST)

branch: master
commit ab907910d9bafc8de6fc914a8d7d66e2bca1f152
Author: Konstantinos Poulios <address@hidden>
Date:   Thu Jan 2 11:03:03 2020 +0100

    File header fixes
---
 src/getfem/getfem_fem_global_function.h      | 2 +-
 src/getfem/getfem_global_function.h          | 2 +-
 src/getfem/getfem_mesh_fem_global_function.h | 2 +-
 src/getfem/getfem_plasticity.h               | 9 +++++----
 src/getfem_global_function.cc                | 2 +-
 src/getfem_plasticity.cc                     | 3 ++-
 6 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/src/getfem/getfem_fem_global_function.h 
b/src/getfem/getfem_fem_global_function.h
index 2be332e..b678914 100644
--- a/src/getfem/getfem_fem_global_function.h
+++ b/src/getfem/getfem_fem_global_function.h
@@ -2,7 +2,7 @@
 /*===========================================================================
 
  Copyright (C) 2004-2020 Yves Renard
- Copyright (C) 2016      Konstantinos Poulios
+ Copyright (C) 2016-2020 Konstantinos Poulios
 
  This file is a part of GetFEM++
 
diff --git a/src/getfem/getfem_global_function.h 
b/src/getfem/getfem_global_function.h
index bc62c74..95f955d 100644
--- a/src/getfem/getfem_global_function.h
+++ b/src/getfem/getfem_global_function.h
@@ -2,7 +2,7 @@
 /*===========================================================================
 
  Copyright (C) 2004-2020 Yves Renard
- Copyright (C) 2016      Konstantinos Poulios
+ Copyright (C) 2016-2020 Konstantinos Poulios
 
  This file is a part of GetFEM++
 
diff --git a/src/getfem/getfem_mesh_fem_global_function.h 
b/src/getfem/getfem_mesh_fem_global_function.h
index 74767e5..b66b124 100644
--- a/src/getfem/getfem_mesh_fem_global_function.h
+++ b/src/getfem/getfem_mesh_fem_global_function.h
@@ -2,7 +2,7 @@
 /*===========================================================================
 
  Copyright (C) 2004-2020 Yves Renard
- Copyright (C) 2016      Konstantinos Poulios
+ Copyright (C) 2016-2020 Konstantinos Poulios
 
  This file is a part of GetFEM++
 
diff --git a/src/getfem/getfem_plasticity.h b/src/getfem/getfem_plasticity.h
index 412fa6d..95d651e 100644
--- a/src/getfem/getfem_plasticity.h
+++ b/src/getfem/getfem_plasticity.h
@@ -1,7 +1,8 @@
 /* -*- c++ -*- (enables emacs c++ mode) */
 /*===========================================================================
 
- Copyright (C) 2002-2020 Konstantinos Poulios, Amandine Cottaz, Yves Renard
+ Copyright (C) 2002-2020 Amandine Cottaz, Yves Renard
+ Copyright (C) 2014-2020 Konstantinos Poulios
 
  This file is a part of GetFEM++
 
@@ -475,13 +476,13 @@ namespace getfem {
       Note that the constitutive lawtype of projection
       to be used is described by `ACP` which should not be
       freed while the model is used.
-      `datalambda` and `datamu` describe the Lam� coeffcients
+      `datalambda` and `datamu` describe the Lamé coeffcients
       of the studied material. Could be scalar or vector fields
       described on a finite element method.
       `datathreshold` represents the elasticity threshold
       of the material. It could be a scalar or a vector field
       described on the same finite element method as
-      the Lam� coefficients.
+      the Lamé coefficients.
       `datasigma` represents the stress constraints values
       supported by the material. It should be a vector field
       described on a finite element method.
@@ -508,7 +509,7 @@ namespace getfem {
       `previous_dep_name` represents the displacement at the previous time 
step,
       `ACP` is the type of projection to be used that could only be
       `Von Mises` for the moment,
-      `datalambda` and `datamu` are the Lam� coefficients
+      `datalambda` and `datamu` are the Lamé coefficients
       of the material,
       `datathreshold` is the elasticity threshold of the material,
       `datasigma` is the vector which will contains the new
diff --git a/src/getfem_global_function.cc b/src/getfem_global_function.cc
index e30d8fe..8f5df8f 100644
--- a/src/getfem_global_function.cc
+++ b/src/getfem_global_function.cc
@@ -1,7 +1,7 @@
 /*===========================================================================
 
  Copyright (C) 2004-2020 Yves Renard
- Copyright (C) 2016      Konstantinos Poulios
+ Copyright (C) 2016-2020 Konstantinos Poulios
 
  This file is a part of GetFEM++
 
diff --git a/src/getfem_plasticity.cc b/src/getfem_plasticity.cc
index f87bf91..453ba57 100644
--- a/src/getfem_plasticity.cc
+++ b/src/getfem_plasticity.cc
@@ -1,6 +1,7 @@
 /*===========================================================================
 
- Copyright (C) 2002-2020 Konstantinos Poulios, Amandine Cottaz, Yves Renard
+ Copyright (C) 2002-2020 Amandine Cottaz, Yves Renard
+ Copyright (C) 2014-2020 Konstantinos Poulios
 
  This file is a part of GetFEM++
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]