Skip to content

Commit

Permalink
Update ShellMITC4.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott committed Oct 2, 2022
1 parent c0a01bc commit 287df7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SRC/element/shell/ShellMITC4.h
Expand Up @@ -23,7 +23,7 @@
// $Source: /usr/local/cvs/OpenSees/SRC/element/shell/ShellMITC4.h,v $

// Original implementation: Ed "C++" Love
// Reimplementation: Leopoldo Tesser, Diego A. Talledo, Véronique Le Corvec
// Reimplementation: Leopoldo Tesser, Diego A. Talledo, Véronique Le Corvec
//
// Bathe MITC 4 four node shell element with membrane and drill
// Ref: Dvorkin,Bathe, A continuum mechanics based four node shell
Expand Down Expand Up @@ -62,6 +62,8 @@ class ShellMITC4 : public Element {

//destructor
virtual ~ShellMITC4( ) ;

const char *getClassType(void) const {return "ShellMITC4";}

void setDomain( Domain *theDomain ) ;

Expand Down

0 comments on commit 287df7d

Please sign in to comment.