|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
A NZStrongMotion class that can generate Amplitude pattern. More...
#include <NZStrongMotion.h>
Public Member Functions | |
| NZStrongMotion (unsigned, const char *) | |
| unique_ptr< Amplitude > | unique_copy () override |
| void | initialize (const shared_ptr< DomainBase > &) override |
| double | get_amplitude (double) override |
| void | print () override |
Public Member Functions inherited from Amplitude | |
| void | set_initialized (bool) |
| bool | is_initialized () const |
| void | set_start_time (double) |
| CopyableTag (const CopyableTag &)=default | |
| CopyableTag (CopyableTag &&)=default | |
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 |
Additional Inherited Members | |
Protected Attributes inherited from Amplitude | |
| double | start_time = 0. |
| NZStrongMotion::NZStrongMotion | ( | unsigned | T, |
| const char * | P | ||
| ) |
|
overridevirtual |
|
overridevirtual |
Reimplemented from Tag.