suanPan
LoadParser.cpp File Reference
#include "LoadParser.h"
#include <Domain/DomainBase.h>
#include <Domain/ExternalModule.h>
#include <Load/Load>
#include <Toolbox/resampling.h>
Include dependency graph for LoadParser.cpp:

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)
 

Function Documentation

◆ create_new_amplitude()

int create_new_amplitude ( const shared_ptr< DomainBase > &  domain,
istringstream &  command 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_new_load()

int create_new_load ( const shared_ptr< DomainBase > &  domain,
istringstream &  command 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_acceleration()

void new_acceleration ( unique_ptr< Load > &  return_obj,
istringstream &  command 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_bodyforce()

void new_bodyforce ( unique_ptr< Load > &  return_obj,
istringstream &  command,
const bool  flag 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_cload()

void new_cload ( unique_ptr< Load > &  return_obj,
istringstream &  command,
const bool  flag 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_displacement()

void new_displacement ( unique_ptr< Load > &  return_obj,
istringstream &  command,
const bool  flag 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_lineudl()

void new_lineudl ( unique_ptr< Load > &  return_obj,
istringstream &  command,
const unsigned  dimension 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_refload()

void new_refload ( unique_ptr< Load > &  return_obj,
istringstream &  command 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_supportmotion()

void new_supportmotion ( unique_ptr< Load > &  return_obj,
istringstream &  command,
const unsigned  flag 
)
Here is the call graph for this function:
Here is the caller graph for this function: