|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
#include <Criterion.h>
Public Member Functions | |
| Criterion (unsigned=0, unsigned=0) | |
| void | set_step_tag (unsigned) |
| unsigned | get_step_tag () const |
| virtual unique_ptr< Criterion > | unique_copy ()=0 |
| virtual int | initialize (const shared_ptr< DomainBase > &) |
| virtual int | process (const shared_ptr< DomainBase > &)=0 |
Public Member Functions inherited from CopyableTag | |
| CopyableTag (const CopyableTag &)=default | |
| CopyableTag (CopyableTag &&)=default | |
| CopyableTag & | operator= (const CopyableTag &)=delete |
| CopyableTag & | operator= (CopyableTag &&)=delete |
| ~CopyableTag () override=default | |
| Tag (unsigned=0) | |
| Tag (const Tag &)=default | |
| Tag (Tag &&) noexcept=default | |
Public Member Functions inherited from Tag | |
| Tag (unsigned=0) | |
| Tag (const Tag &)=default | |
| Tag (Tag &&) noexcept=default | |
| Tag & | operator= (const Tag &)=delete |
| Tag & | operator= (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 () |
|
explicit |
| unsigned Criterion::get_step_tag | ( | ) | const |
|
virtual |
Reimplemented in EnergyEvolution, LogicCriterion, and NodeBasedCriterion.
|
pure virtual |
Implemented in EnergyEvolution, LogicCriterionAND, LogicCriterionOR, MaxDisplacement, MaxHistory, MaxResistance, MinDisplacement, and MinResistance.
| void Criterion::set_step_tag | ( | unsigned | T | ) |
|
pure virtual |
Implemented in ComplementaryEnergyEvolution, LogicCriterionAND, LogicCriterionOR, MaxDisplacement, MaxHistory, MaxResistance, MinDisplacement, MinResistance, and StrainEnergyEvolution.