|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
#include <Interaction.h>
Public Member Functions | |
| FixedParticle (unsigned, double, std::set< unsigned > &&) | |
| void | apply (bool, const shared_ptr< Element > &) const override |
| void | apply (bool, const shared_ptr< InteractionPair > &) const override |
Public Member Functions inherited from Interaction | |
| void | initialize (const shared_ptr< DomainBase > &) |
| 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 |
| virtual void | print () |
Additional Inherited Members | |
Protected Attributes inherited from Interaction | |
| std::weak_ptr< DomainBase > | domain |
| FixedParticle::FixedParticle | ( | unsigned | T, |
| double | M, | ||
| std::set< unsigned > && | P | ||
| ) |
|
overridevirtual |
Implements Interaction.
|
inlineoverridevirtual |
Implements Interaction.