Public Member Functions | List of all members
oomph::MySolidElement< ELEMENT > Class Template Reference

Wrapper class for solid elements to modify their output functions. More...

Inheritance diagram for oomph::MySolidElement< ELEMENT >:

Public Member Functions

 MySolidElement ()
 Constructor: Call constructor of underlying element. More...
 
void output (std::ostream &outfile, const unsigned &n_plot)
 Overload output function: More...
 
 MySolidElement ()
 Constructor: Call constructor of underlying element. More...
 
void output (std::ostream &outfile, const unsigned &n_plot)
 Overload output function: More...
 

Detailed Description

template<class ELEMENT>
class oomph::MySolidElement< ELEMENT >

Wrapper class for solid elements to modify their output functions.

Definition at line 48 of file airy_cantilever.cc.

Constructor & Destructor Documentation

◆ MySolidElement() [1/2]

template<class ELEMENT >
oomph::MySolidElement< ELEMENT >::MySolidElement ( )
inline

Constructor: Call constructor of underlying element.

Definition at line 54 of file airy_cantilever.cc.

◆ MySolidElement() [2/2]

template<class ELEMENT >
oomph::MySolidElement< ELEMENT >::MySolidElement ( )
inline

Constructor: Call constructor of underlying element.

Definition at line 56 of file airy_cantilever2.cc.

Member Function Documentation

◆ output() [1/2]

template<class ELEMENT >
void oomph::MySolidElement< ELEMENT >::output ( std::ostream &  outfile,
const unsigned &  n_plot 
)
inline

Overload output function:

Definition at line 57 of file airy_cantilever.cc.

◆ output() [2/2]

template<class ELEMENT >
void oomph::MySolidElement< ELEMENT >::output ( std::ostream &  outfile,
const unsigned &  n_plot 
)
inline

Overload output function:

Definition at line 59 of file airy_cantilever2.cc.


The documentation for this class was generated from the following files: