#include <distributenrldata.hpp>
Public Member Functions | |
| distributenrldata (mesh &Mesh, std::string &path) | |
| ~distributenrldata () | |
| void | retrieve_data (mesh &Mesh, std::string &path) | 
| double | inverse_isoparametric_mapping (double &testx, double &testy, Epetra_SerialDenseVector &x, Epetra_SerialDenseVector &y, double &xi, double &eta) | 
Public Attributes | |
| int | npoints | 
| int | nloads | 
| Epetra_SerialDenseMatrix | exx | 
| Epetra_SerialDenseMatrix | eyy | 
| Epetra_SerialDenseMatrix | exy | 
| Epetra_SerialDenseMatrix | energy | 
| Epetra_SerialDenseVector | boundaryconditions | 
| Epetra_SerialDenseVector | angles | 
| std::vector< int > | local_id_faces | 
| std::vector< int > | global_id_faces | 
| std::vector< double > | local_xi | 
| std::vector< double > | local_eta | 
Definition at line 18 of file distributenrldata.hpp.
| distributenrldata::distributenrldata | ( | mesh & | Mesh, | 
| std::string & | path | ||
| ) | 
Definition at line 8 of file distributenrldata.cpp.
| distributenrldata::~distributenrldata | ( | ) | 
Definition at line 12 of file distributenrldata.cpp.
| double distributenrldata::inverse_isoparametric_mapping | ( | double & | testx, | 
| double & | testy, | ||
| Epetra_SerialDenseVector & | x, | ||
| Epetra_SerialDenseVector & | y, | ||
| double & | xi, | ||
| double & | eta | ||
| ) | 
Definition at line 61 of file distributenrldata.cpp.
| void distributenrldata::retrieve_data | ( | mesh & | Mesh, | 
| std::string & | path | ||
| ) | 
Definition at line 15 of file distributenrldata.cpp.
| Epetra_SerialDenseVector distributenrldata::angles | 
Definition at line 24 of file distributenrldata.hpp.
| Epetra_SerialDenseVector distributenrldata::boundaryconditions | 
Definition at line 24 of file distributenrldata.hpp.
| Epetra_SerialDenseMatrix distributenrldata::energy | 
Definition at line 23 of file distributenrldata.hpp.
| Epetra_SerialDenseMatrix distributenrldata::exx | 
Definition at line 23 of file distributenrldata.hpp.
| Epetra_SerialDenseMatrix distributenrldata::exy | 
Definition at line 23 of file distributenrldata.hpp.
| Epetra_SerialDenseMatrix distributenrldata::eyy | 
Definition at line 23 of file distributenrldata.hpp.
| std::vector<int> distributenrldata::global_id_faces | 
Definition at line 27 of file distributenrldata.hpp.
| std::vector<double> distributenrldata::local_eta | 
Definition at line 29 of file distributenrldata.hpp.
| std::vector<int> distributenrldata::local_id_faces | 
Definition at line 26 of file distributenrldata.hpp.
| std::vector<double> distributenrldata::local_xi | 
Definition at line 28 of file distributenrldata.hpp.
| int distributenrldata::nloads | 
Definition at line 22 of file distributenrldata.hpp.
| int distributenrldata::npoints | 
Definition at line 22 of file distributenrldata.hpp.