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

A TabularSpline class that can generate Amplitude pattern. More...

#include <TabularSpline.h>

Inheritance diagram for TabularSpline:
Collaboration diagram for TabularSpline:

Public Member Functions

void initialize (const shared_ptr< DomainBase > &) override
 
unique_ptr< Amplitudeunique_copy () override
 
double get_amplitude (double) override
 
void print () override
 
 Tabular (unsigned, vec &&, vec &&)
 
 Tabular (unsigned, std::string &&)
 
- Public Member Functions inherited from Tabular
 Tabular (unsigned, vec &&, vec &&)
 
 Tabular (unsigned, std::string &&)
 
- 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
 
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
 

Additional Inherited Members

- Protected Attributes inherited from Tabular
vec time
 
vec magnitude
 
- Protected Attributes inherited from Amplitude
double start_time = 0.
 

Detailed Description

A TabularSpline class that can generate Amplitude pattern.

Author
tlc
Date
15/08/2022
Version
0.1.0

Member Function Documentation

◆ get_amplitude()

double TabularSpline::get_amplitude ( double  T)
overridevirtual

Reimplemented from Tabular.

◆ initialize()

void TabularSpline::initialize ( const shared_ptr< DomainBase > &  D)
overridevirtual

Reimplemented from Tabular.

Here is the call graph for this function:

◆ print()

void TabularSpline::print ( )
overridevirtual

Reimplemented from Tabular.

◆ Tabular() [1/2]

Tabular::Tabular ( unsigned  T,
std::string &&  P 
)

◆ Tabular() [2/2]

Tabular::Tabular ( unsigned  T,
vec &&  TI,
vec &&  M 
)

◆ unique_copy()

unique_ptr< Amplitude > TabularSpline::unique_copy ( )
overridevirtual

Reimplemented from Tabular.


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