|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
#include "SectionTester.h"#include <Domain/DomainBase.h>#include <Section/Section.h>#include <Toolbox/misc.h>#include <Toolbox/utility.h>Functions | |
| bool | initialise_section (const shared_ptr< DomainBase > &domain, const unique_ptr< Section > &obj, const uword size) |
| mat | section_tester (const unique_ptr< Section > &obj, const std::vector< unsigned > &idx, const vec &incre) |
| mat | section_tester_by_deformation_history (const unique_ptr< Section > &obj, const mat &history) |
| int | test_section (const shared_ptr< DomainBase > &domain, std::istringstream &command, const unsigned size) |
| int | test_section_by_deformation_history (const shared_ptr< DomainBase > &domain, std::istringstream &command) |
| bool initialise_section | ( | const shared_ptr< DomainBase > & | domain, |
| const unique_ptr< Section > & | obj, | ||
| const uword | size | ||
| ) |
| mat section_tester | ( | const unique_ptr< Section > & | obj, |
| const std::vector< unsigned > & | idx, | ||
| const vec & | incre | ||
| ) |
| mat section_tester_by_deformation_history | ( | const unique_ptr< Section > & | obj, |
| const mat & | history | ||
| ) |
| int test_section | ( | const shared_ptr< DomainBase > & | domain, |
| std::istringstream & | command, | ||
| const unsigned | size | ||
| ) |
| int test_section_by_deformation_history | ( | const shared_ptr< DomainBase > & | domain, |
| std::istringstream & | command | ||
| ) |