suanPan
|
#include "MaterialTester.h"
#include <Domain/DomainBase.h>
#include <Material/Material.h>
#include <Toolbox/utility.h>
Functions | |
bool | initialise_material (const shared_ptr< DomainBase > &domain, const unique_ptr< Material > &obj, const uword size) |
void | save_result (const mat &result) |
void | save_gnuplot () |
mat | material_tester (const unique_ptr< Material > &obj, const std::vector< unsigned > &idx, const vec &incre) |
mat | material_tester (const unique_ptr< Material > &obj, const std::vector< unsigned > &idx, const vec &incre, const vec &base) |
mat | material_tester_by_load (const unique_ptr< Material > &obj, const std::vector< unsigned > &idx, const vec &incre) |
mat | material_tester_by_load (const unique_ptr< Material > &obj, const std::vector< unsigned > &idx, const vec &incre, const vec &base) |
mat | material_tester_by_strain_history (const unique_ptr< Material > &obj, const mat &history) |
mat | material_tester_by_stress_history (const unique_ptr< Material > &obj, const mat &history) |
int | test_material1d (const shared_ptr< DomainBase > &domain, istringstream &command) |
int | test_material2d (const shared_ptr< DomainBase > &domain, istringstream &command) |
int | test_material3d (const shared_ptr< DomainBase > &domain, istringstream &command) |
int | test_material_with_base3d (const shared_ptr< DomainBase > &domain, istringstream &command) |
int | test_material_by_load1d (const shared_ptr< DomainBase > &domain, istringstream &command) |
int | test_material_by_load2d (const shared_ptr< DomainBase > &domain, istringstream &command) |
int | test_material_by_load3d (const shared_ptr< DomainBase > &domain, istringstream &command) |
int | test_material_by_load_with_base3d (const shared_ptr< DomainBase > &domain, istringstream &command) |
int | test_material_by_strain_history (const shared_ptr< DomainBase > &domain, istringstream &command) |
int | test_material_by_stress_history (const shared_ptr< DomainBase > &domain, istringstream &command) |
bool initialise_material | ( | const shared_ptr< DomainBase > & | domain, |
const unique_ptr< Material > & | obj, | ||
const uword | size | ||
) |
mat material_tester | ( | const unique_ptr< Material > & | obj, |
const std::vector< unsigned > & | idx, | ||
const vec & | incre | ||
) |
mat material_tester | ( | const unique_ptr< Material > & | obj, |
const std::vector< unsigned > & | idx, | ||
const vec & | incre, | ||
const vec & | base | ||
) |
mat material_tester_by_load | ( | const unique_ptr< Material > & | obj, |
const std::vector< unsigned > & | idx, | ||
const vec & | incre | ||
) |
mat material_tester_by_load | ( | const unique_ptr< Material > & | obj, |
const std::vector< unsigned > & | idx, | ||
const vec & | incre, | ||
const vec & | base | ||
) |
mat material_tester_by_strain_history | ( | const unique_ptr< Material > & | obj, |
const mat & | history | ||
) |
mat material_tester_by_stress_history | ( | const unique_ptr< Material > & | obj, |
const mat & | history | ||
) |
void save_gnuplot | ( | ) |
void save_result | ( | const mat & | result | ) |
int test_material1d | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
int test_material2d | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
int test_material3d | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
int test_material_by_load1d | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
int test_material_by_load2d | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
int test_material_by_load3d | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
int test_material_by_load_with_base3d | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
int test_material_by_strain_history | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
int test_material_by_stress_history | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |
int test_material_with_base3d | ( | const shared_ptr< DomainBase > & | domain, |
istringstream & | command | ||
) |