|
suanPan
|
#include "SectionParser.h"#include <Domain/DomainBase.h>#include <Domain/ExternalModule.h>#include <Section/Section>#include <Toolbox/utility.h>Functions | |
| void | new_cell2d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_cell3d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_box2d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_box3d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_cell3dos (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_circle1d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_circle2d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_circle3d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_circularhollow2D (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_circularhollow3D (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_fibre1d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_fibre2d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_fibre3d (unique_ptr< Section > &return_obj, istringstream &command, const bool if_os) |
| void | new_hsection2d (unique_ptr< Section > &return_obj, istringstream &command) |
| double | barycenter (const vec &dim) |
| void | new_isection2d (unique_ptr< Section > &return_obj, istringstream &command, const bool recenter) |
| void | new_isection3d (unique_ptr< Section > &return_obj, istringstream &command, const bool recenter) |
| void | new_rectangle1d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_rectangle2d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_rectangle3d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_trusssection (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_tsection2d (unique_ptr< Section > &return_obj, istringstream &command, const bool recenter) |
| void | new_tsection3d (unique_ptr< Section > &return_obj, istringstream &command, const bool recenter) |
| void | new_nm2d (unique_ptr< Section > &return_obj, istringstream &command, const unsigned size) |
| void | new_nm3d (unique_ptr< Section > &return_obj, istringstream &command, const unsigned size) |
| void | new_nmk (unique_ptr< Section > &return_obj, istringstream &command, const unsigned size) |
| vec | euisection (const string &type) |
| vec | nzchsection (const string &type) |
| vec | nzisection (const string &type) |
| vec | nzrhsection (const string &type) |
| vec | nzshsection (const string &type) |
| vec | usisection (const string &type) |
| vec | ustsection (const string &type) |
| void | new_eu2d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_eu3d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_nz2d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_nz3d (unique_ptr< Section > &return_obj, istringstream &command) |
| void | new_us2d (unique_ptr< Section > &return_obj, istringstream &command, const bool recenter) |
| void | new_us3d (unique_ptr< Section > &return_obj, istringstream &command, const bool recenter) |
| int | create_new_section (const shared_ptr< DomainBase > &domain, istringstream &command) |
| double barycenter | ( | const vec & | dim | ) |
| int create_new_section | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| vec euisection | ( | const string & | type | ) |
| void new_box2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_box3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_cell2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_cell3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_cell3dos | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_circle1d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_circle2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_circle3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_circularhollow2D | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_circularhollow3D | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_eu2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_eu3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_fibre1d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_fibre2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_fibre3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command, | ||
| const bool | if_os | ||
| ) |
| void new_hsection2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_isection2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command, | ||
| const bool | recenter | ||
| ) |
| void new_isection3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command, | ||
| const bool | recenter | ||
| ) |
| void new_nm2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | size | ||
| ) |
| void new_nm3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | size | ||
| ) |
| void new_nmk | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | size | ||
| ) |
| void new_nz2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_nz3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_rectangle1d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_rectangle2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_rectangle3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_trusssection | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_tsection2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command, | ||
| const bool | recenter | ||
| ) |
| void new_tsection3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command, | ||
| const bool | recenter | ||
| ) |
| void new_us2d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command, | ||
| const bool | recenter | ||
| ) |
| void new_us3d | ( | unique_ptr< Section > & | return_obj, |
| istringstream & | command, | ||
| const bool | recenter | ||
| ) |
| vec nzchsection | ( | const string & | type | ) |
| vec nzisection | ( | const string & | type | ) |
| vec nzrhsection | ( | const string & | type | ) |
| vec nzshsection | ( | const string & | type | ) |
| vec usisection | ( | const string & | type | ) |
| vec ustsection | ( | const string & | type | ) |