#include <readnrldata.hpp>
Public Member Functions | |
| readnrldata (bool load, std::string &path) | |
| ~readnrldata () | |
| void | import_boundaryconditions (std::string &path) |
| void | import_exp_points (std::string &path) |
| void | import_expenergy (std::string &path) |
| void | import_exp_def (std::string &path) |
Public Attributes | |
| int | npoints |
| int | nloads |
| Epetra_SerialDenseMatrix | points |
| Epetra_SerialDenseMatrix | exx |
| Epetra_SerialDenseMatrix | eyy |
| Epetra_SerialDenseMatrix | exy |
| Epetra_SerialDenseMatrix | energy |
| Epetra_SerialDenseVector | boundaryconditions |
| Epetra_SerialDenseVector | angles |
Definition at line 19 of file readnrldata.hpp.
| readnrldata::readnrldata | ( | bool | load, |
| std::string & | path | ||
| ) |
Definition at line 8 of file readnrldata.cpp.
| readnrldata::~readnrldata | ( | ) |
Definition at line 26 of file readnrldata.cpp.
| void readnrldata::import_boundaryconditions | ( | std::string & | path | ) |
Definition at line 29 of file readnrldata.cpp.
| void readnrldata::import_exp_def | ( | std::string & | path | ) |
Definition at line 108 of file readnrldata.cpp.
| void readnrldata::import_exp_points | ( | std::string & | path | ) |
Definition at line 83 of file readnrldata.cpp.
| void readnrldata::import_expenergy | ( | std::string & | path | ) |
Definition at line 61 of file readnrldata.cpp.
| Epetra_SerialDenseVector readnrldata::angles |
Definition at line 25 of file readnrldata.hpp.
| Epetra_SerialDenseVector readnrldata::boundaryconditions |
Definition at line 25 of file readnrldata.hpp.
| Epetra_SerialDenseMatrix readnrldata::energy |
Definition at line 24 of file readnrldata.hpp.
| Epetra_SerialDenseMatrix readnrldata::exx |
Definition at line 24 of file readnrldata.hpp.
| Epetra_SerialDenseMatrix readnrldata::exy |
Definition at line 24 of file readnrldata.hpp.
| Epetra_SerialDenseMatrix readnrldata::eyy |
Definition at line 24 of file readnrldata.hpp.
| int readnrldata::nloads |
Definition at line 23 of file readnrldata.hpp.
| int readnrldata::npoints |
Definition at line 23 of file readnrldata.hpp.
| Epetra_SerialDenseMatrix readnrldata::points |
Definition at line 24 of file readnrldata.hpp.