[MOAB-dev] commit/MOAB: iulian07: linear tet constructor

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Sep 23 10:07:46 CDT 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/14f2ba478056/
Changeset:   14f2ba478056
Branch:      master
User:        iulian07
Date:        2013-09-23 17:05:30
Summary:     linear tet constructor
it should compute the matrix; force calling set_vertices
This is old design, it will go away eventually

Affected #:  1 file

diff --git a/tools/mbcoupler/ElemUtil.hpp b/tools/mbcoupler/ElemUtil.hpp
index 1db4c9e..219323b 100644
--- a/tools/mbcoupler/ElemUtil.hpp
+++ b/tools/mbcoupler/ElemUtil.hpp
@@ -168,7 +168,7 @@ namespace ElemUtil {
     /**\brief Shape function space for a linear tetrahedron, obtained by a pushforward of the canonical affine shape functions. */
     class LinearTet : public Map {
     public:
-      LinearTet(const std::vector<CartVect>& vertices) : Map(vertices){};
+      LinearTet(const std::vector<CartVect>& vertices) : Map(vertices){ LinearTet::set_vertices(vertex);};
       LinearTet();
       virtual ~LinearTet();
       /* Override the evaluation routines to take advantage of the properties of P1. */

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list