|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
A MaxHistory class. More...
#include <MaxHistory.h>
Public Member Functions | |
| MaxHistory (unsigned, unsigned, OutputType, double) | |
| unique_ptr< Criterion > | unique_copy () override |
| int | process (const shared_ptr< DomainBase > &) override |
Public Member Functions inherited from Criterion | |
| Criterion (unsigned=0, unsigned=0) | |
| void | set_step_tag (unsigned) |
| unsigned | get_step_tag () const |
| virtual int | initialize (const shared_ptr< DomainBase > &) |
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 () |
A MaxHistory class.
The MaxHistory class tests if the given variable in each element exceeds the given limit, if so, the element is disabled.
| MaxHistory::MaxHistory | ( | unsigned | T, |
| unsigned | ST, | ||
| OutputType | HT, | ||
| double | MH | ||
| ) |
|
overridevirtual |