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: Mon, 7 Aug 2017 12:21:41 -0400 (EDT)

branch: devel-logari81
commit bf57fd6f48dd56f2eea52d2ae053f04458805dd4
Author: Konstantinos Poulios <address@hidden>
Date:   Mon Aug 7 18:06:34 2017 +0200

    code documentation improvements
---
 src/getfem/bgeot_geometric_trans.h | 1 +
 src/getfem/getfem_fem.h            | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/getfem/bgeot_geometric_trans.h 
b/src/getfem/bgeot_geometric_trans.h
index 31e90ab..c024a49 100644
--- a/src/getfem/bgeot_geometric_trans.h
+++ b/src/getfem/bgeot_geometric_trans.h
@@ -238,6 +238,7 @@ namespace bgeot {
 
      GT_QK(N,K)   : Transformation on parallelepipeds, dim N, degree K
      GT_PRISM(N,K)          : Transformation on prisms, dim N, degree K
+     GT_PYRAMID(K)          : Transformation on pyramids, dim 3, degree K=0,1,2
      GT_Q2_INCOMPLETE(N)    : Q2 incomplete transformation in dim N=2 or 3.
      GT_PYRAMID2_INCOMPLETE : incomplete quadratic pyramid transformation in
                               dim 3
diff --git a/src/getfem/getfem_fem.h b/src/getfem/getfem_fem.h
index ec11c6c..6af191f 100644
--- a/src/getfem/getfem_fem.h
+++ b/src/getfem/getfem_fem.h
@@ -106,8 +106,9 @@
    and subdivision.
 
    - "FEM_PYRAMID_LAGRANGE(K)" : Lagrange element on a 3D pyramid of degree
-   K=0, 1 or 2. Can be connected to a standard P1/P2 lagrange on its
-   triangular faces and standard Q1/Q2 Lagrange on its quadrangular face.
+   K=0, 1 or 2. Can be connected to a standard P1/P2 Lagrange element on its
+   triangular faces and a standard Q1/Q2 Lagrange element on its quadrangular
+   face.
 
    - "FEM_PYRAMID_DISCONTINUOUS_LAGRANGE(K)" : Discontinuous Lagrange element
    on a 3D pyramid of degree K = 0, 1 or 2.



reply via email to

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