suanPan
SectionShell Class Referenceabstract

A SectionShell class. More...

#include <SectionShell.h>

Inheritance diagram for SectionShell:
Collaboration diagram for SectionShell:

Public Member Functions

 SectionShell (unsigned=0, unsigned=0, vec &&={0., 0.})
 
 SectionShell (const SectionShell &)=default
 
 SectionShell (SectionShell &&)=delete
 
SectionShelloperator= (const SectionShell &)=delete
 
SectionShelloperator= (SectionShell &&)=delete
 
 ~SectionShell () override=default
 
virtual int initialize (const shared_ptr< DomainBase > &)=0
 
void set_initialized (bool) const
 
void set_symmetric (bool) const
 
bool is_initialized () const
 
bool is_symmetric () const
 
void set_eccentricity (const vec &) const
 
const vec & get_eccentricity () const
 
virtual const vec & get_trial_membrane_strain () const
 
virtual const vec & get_trial_membrane_strain_rate () const
 
virtual const vec & get_trial_plate_strain () const
 
virtual const vec & get_trial_plate_strain_rate () const
 
virtual const vec & get_trial_membrane_stress () const
 
virtual const vec & get_trial_plate_stress () const
 
virtual const mat & get_trial_membrane_stiffness () const
 
virtual const mat & get_trial_plate_stiffness () const
 
virtual const vec & get_current_membrane_strain () const
 
virtual const vec & get_current_membrane_strain_rate () const
 
virtual const vec & get_current_plate_strain () const
 
virtual const vec & get_current_plate_strain_rate () const
 
virtual const vec & get_current_membrane_stress () const
 
virtual const vec & get_current_plate_stress () const
 
virtual const mat & get_current_membrane_stiffness () const
 
virtual const mat & get_current_plate_stiffness () const
 
virtual const mat & get_initial_membrane_stiffness () const
 
virtual const mat & get_initial_plate_stiffness () const
 
virtual unique_ptr< SectionShellget_copy ()=0
 
int update_incre_status (double, double)
 
int update_incre_status (double, double, double, double)
 
int update_trial_status (double, double)
 
int update_trial_status (double, double, double, double)
 
virtual int update_incre_status (const vec &, const vec &)
 
virtual int update_incre_status (const vec &, const vec &, const vec &, const vec &)
 
virtual int update_trial_status (const vec &, const vec &)
 
virtual int update_trial_status (const vec &, const vec &, const vec &, const vec &)
 
virtual int clear_status ()=0
 
virtual int commit_status ()=0
 
virtual int reset_status ()=0
 
virtual vector< vec > record (OutputType)
 
- Public Member Functions inherited from Tag
 Tag (unsigned=0)
 
 Tag (const Tag &)=default
 
 Tag (Tag &&)=default
 
Tagoperator= (const Tag &)=delete
 
Tagoperator= (Tag &&)=delete
 
virtual ~Tag ()=default
 
void set_tag (unsigned) const
 
unsigned get_tag () const
 
void enable ()
 
void disable ()
 
void guard ()
 
void unguard ()
 
bool is_active () const
 
bool is_guarded () const
 
virtual void print ()
 

Additional Inherited Members

- Protected Member Functions inherited from Tag
 Tag (unsigned=0)
 
 Tag (const Tag &)=default
 
 Tag (Tag &&)=default
 
Tagoperator= (const Tag &)=delete
 
Tagoperator= (Tag &&)=delete
 
virtual ~Tag ()=default
 
void set_tag (unsigned) const
 
unsigned get_tag () const
 
void enable ()
 
void disable ()
 
void guard ()
 
void unguard ()
 
bool is_active () const
 
bool is_guarded () const
 
virtual void print ()
 
- Protected Attributes inherited from SectionShellData
const unsigned material_tag
 
const vec eccentricity
 
vec trial_membrane_strain {}
 
vec current_membrane_strain {}
 
vec trial_plate_strain {}
 
vec current_plate_strain {}
 
vec trial_membrane_strain_rate {}
 
vec current_membrane_strain_rate {}
 
vec trial_plate_strain_rate {}
 
vec current_plate_strain_rate {}
 
vec trial_membrane_stress {}
 
vec current_membrane_stress {}
 
vec trial_plate_stress {}
 
vec current_plate_stress {}
 
mat initial_membrane_stiffness {}
 
mat trial_membrane_stiffness {}
 
mat current_membrane_stiffness {}
 
mat initial_plate_stiffness {}
 
mat current_plate_stiffness {}
 
mat trial_plate_stiffness {}
 

Detailed Description

A SectionShell class.

Author
tlc
Date
18/10/2019
Version
0.1.0

Constructor & Destructor Documentation

◆ SectionShell() [1/3]

SectionShell::SectionShell ( unsigned  T = 0,
unsigned  MT = 0,
vec &&  E = {0., 0.} 
)
explicit

◆ SectionShell() [2/3]

SectionShell::SectionShell ( const SectionShell )
default

◆ SectionShell() [3/3]

SectionShell::SectionShell ( SectionShell &&  )
delete

◆ ~SectionShell()

SectionShell::~SectionShell ( )
overridedefault

Member Function Documentation

◆ clear_status()

virtual int SectionShell::clear_status ( )
pure virtual

Implemented in Homogeneous.

◆ commit_status()

virtual int SectionShell::commit_status ( )
pure virtual

Implemented in Homogeneous.

◆ get_copy()

virtual unique_ptr< SectionShell > SectionShell::get_copy ( )
pure virtual

Implemented in Homogeneous.

◆ get_current_membrane_stiffness()

const mat & SectionShell::get_current_membrane_stiffness ( ) const
virtual

◆ get_current_membrane_strain()

const vec & SectionShell::get_current_membrane_strain ( ) const
virtual

◆ get_current_membrane_strain_rate()

const vec & SectionShell::get_current_membrane_strain_rate ( ) const
virtual

◆ get_current_membrane_stress()

const vec & SectionShell::get_current_membrane_stress ( ) const
virtual

◆ get_current_plate_stiffness()

const mat & SectionShell::get_current_plate_stiffness ( ) const
virtual

◆ get_current_plate_strain()

const vec & SectionShell::get_current_plate_strain ( ) const
virtual

◆ get_current_plate_strain_rate()

const vec & SectionShell::get_current_plate_strain_rate ( ) const
virtual

◆ get_current_plate_stress()

const vec & SectionShell::get_current_plate_stress ( ) const
virtual

◆ get_eccentricity()

const vec & SectionShell::get_eccentricity ( ) const

◆ get_initial_membrane_stiffness()

const mat & SectionShell::get_initial_membrane_stiffness ( ) const
virtual

◆ get_initial_plate_stiffness()

const mat & SectionShell::get_initial_plate_stiffness ( ) const
virtual

◆ get_trial_membrane_stiffness()

const mat & SectionShell::get_trial_membrane_stiffness ( ) const
virtual

◆ get_trial_membrane_strain()

const vec & SectionShell::get_trial_membrane_strain ( ) const
virtual

◆ get_trial_membrane_strain_rate()

const vec & SectionShell::get_trial_membrane_strain_rate ( ) const
virtual

◆ get_trial_membrane_stress()

const vec & SectionShell::get_trial_membrane_stress ( ) const
virtual

◆ get_trial_plate_stiffness()

const mat & SectionShell::get_trial_plate_stiffness ( ) const
virtual

◆ get_trial_plate_strain()

const vec & SectionShell::get_trial_plate_strain ( ) const
virtual

◆ get_trial_plate_strain_rate()

const vec & SectionShell::get_trial_plate_strain_rate ( ) const
virtual

◆ get_trial_plate_stress()

const vec & SectionShell::get_trial_plate_stress ( ) const
virtual

◆ initialize()

virtual int SectionShell::initialize ( const shared_ptr< DomainBase > &  )
pure virtual

Implemented in Homogeneous.

◆ is_initialized()

bool SectionShell::is_initialized ( ) const

◆ is_symmetric()

bool SectionShell::is_symmetric ( ) const

◆ operator=() [1/2]

SectionShell & SectionShell::operator= ( const SectionShell )
delete

◆ operator=() [2/2]

SectionShell & SectionShell::operator= ( SectionShell &&  )
delete

◆ record()

vector< vec > SectionShell::record ( OutputType  )
virtual

◆ reset_status()

virtual int SectionShell::reset_status ( )
pure virtual

Implemented in Homogeneous.

◆ set_eccentricity()

void SectionShell::set_eccentricity ( const vec &  E) const

◆ set_initialized()

void SectionShell::set_initialized ( bool  T) const

◆ set_symmetric()

void SectionShell::set_symmetric ( bool  T) const

◆ update_incre_status() [1/4]

int SectionShell::update_incre_status ( const vec &  m_strain,
const vec &  p_strain 
)
virtual
Here is the call graph for this function:

◆ update_incre_status() [2/4]

int SectionShell::update_incre_status ( const vec &  m_strain,
const vec &  p_strain,
const vec &  m_strain_rate,
const vec &  p_strain_rate 
)
virtual
Here is the call graph for this function:

◆ update_incre_status() [3/4]

int SectionShell::update_incre_status ( double  ME,
double  PE 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ update_incre_status() [4/4]

int SectionShell::update_incre_status ( double  ME,
double  PE,
double  MER,
double  PER 
)
Here is the call graph for this function:

◆ update_trial_status() [1/4]

int SectionShell::update_trial_status ( const vec &  ,
const vec &   
)
virtual

Reimplemented in Homogeneous.

◆ update_trial_status() [2/4]

int SectionShell::update_trial_status ( const vec &  m_strain,
const vec &  p_strain,
const vec &  m_strain_rate,
const vec &  p_strain_rate 
)
virtual
Here is the call graph for this function:

◆ update_trial_status() [3/4]

int SectionShell::update_trial_status ( double  ME,
double  PE 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ update_trial_status() [4/4]

int SectionShell::update_trial_status ( double  ME,
double  PE,
double  MER,
double  PER 
)
Here is the call graph for this function:

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