suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
Loading...
Searching...
No Matches
FixedParticle Class Referencefinal

#include <Interaction.h>

Inheritance diagram for FixedParticle:
Collaboration diagram for FixedParticle:

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
 
CopyableTagoperator= (const CopyableTag &)=delete
 
CopyableTagoperator= (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
 
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 Attributes inherited from Interaction
std::weak_ptr< DomainBasedomain
 

Constructor & Destructor Documentation

◆ FixedParticle()

FixedParticle::FixedParticle ( unsigned  T,
double  M,
std::set< unsigned > &&  P 
)

Member Function Documentation

◆ apply() [1/2]

void FixedParticle::apply ( bool  full,
const shared_ptr< Element > &  element 
) const
overridevirtual

Implements Interaction.

◆ apply() [2/2]

void FixedParticle::apply ( bool  ,
const shared_ptr< InteractionPair > &   
) const
inlineoverridevirtual

Implements Interaction.


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