suanPan
|
#include "LoadParser.h"
#include <Domain/DomainBase.h>
#include <Domain/ExternalModule.h>
#include <Load/Load>
#include <Toolbox/resampling.h>
Functions | |
void | new_acceleration (unique_ptr< Load > &return_obj, istringstream &command) |
void | new_bodyforce (unique_ptr< Load > &return_obj, istringstream &command, const bool flag) |
void | new_cload (unique_ptr< Load > &return_obj, istringstream &command, const bool flag) |
void | new_refload (unique_ptr< Load > &return_obj, istringstream &command) |
void | new_lineudl (unique_ptr< Load > &return_obj, istringstream &command, const unsigned dimension) |
void | new_displacement (unique_ptr< Load > &return_obj, istringstream &command, const bool flag) |
void | new_supportmotion (unique_ptr< Load > &return_obj, istringstream &command, const unsigned flag) |
int | create_new_amplitude (const shared_ptr< DomainBase > &domain, istringstream &command) |
int | create_new_load (const shared_ptr< DomainBase > &domain, istringstream &command) |
int create_new_amplitude | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
int create_new_load | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
void new_acceleration | ( | unique_ptr< Load > & | return_obj, |
istringstream & | command | ||
) |
void new_bodyforce | ( | unique_ptr< Load > & | return_obj, |
istringstream & | command, | ||
const bool | flag | ||
) |
void new_cload | ( | unique_ptr< Load > & | return_obj, |
istringstream & | command, | ||
const bool | flag | ||
) |
void new_displacement | ( | unique_ptr< Load > & | return_obj, |
istringstream & | command, | ||
const bool | flag | ||
) |
void new_lineudl | ( | unique_ptr< Load > & | return_obj, |
istringstream & | command, | ||
const unsigned | dimension | ||
) |
void new_refload | ( | unique_ptr< Load > & | return_obj, |
istringstream & | command | ||
) |
void new_supportmotion | ( | unique_ptr< Load > & | return_obj, |
istringstream & | command, | ||
const unsigned | flag | ||
) |