Trilinos based (stochastic) FEM solvers
distributenrldata Class Reference

#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
 

Detailed Description

Definition at line 18 of file distributenrldata.hpp.

Constructor & Destructor Documentation

◆ distributenrldata()

distributenrldata::distributenrldata ( mesh Mesh,
std::string &  path 
)

Definition at line 8 of file distributenrldata.cpp.

◆ ~distributenrldata()

distributenrldata::~distributenrldata ( )

Definition at line 12 of file distributenrldata.cpp.

Member Function Documentation

◆ inverse_isoparametric_mapping()

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.

◆ retrieve_data()

void distributenrldata::retrieve_data ( mesh Mesh,
std::string &  path 
)

Definition at line 15 of file distributenrldata.cpp.

Member Data Documentation

◆ angles

Epetra_SerialDenseVector distributenrldata::angles

Definition at line 24 of file distributenrldata.hpp.

◆ boundaryconditions

Epetra_SerialDenseVector distributenrldata::boundaryconditions

Definition at line 24 of file distributenrldata.hpp.

◆ energy

Epetra_SerialDenseMatrix distributenrldata::energy

Definition at line 23 of file distributenrldata.hpp.

◆ exx

Epetra_SerialDenseMatrix distributenrldata::exx

Definition at line 23 of file distributenrldata.hpp.

◆ exy

Epetra_SerialDenseMatrix distributenrldata::exy

Definition at line 23 of file distributenrldata.hpp.

◆ eyy

Epetra_SerialDenseMatrix distributenrldata::eyy

Definition at line 23 of file distributenrldata.hpp.

◆ global_id_faces

std::vector<int> distributenrldata::global_id_faces

Definition at line 27 of file distributenrldata.hpp.

◆ local_eta

std::vector<double> distributenrldata::local_eta

Definition at line 29 of file distributenrldata.hpp.

◆ local_id_faces

std::vector<int> distributenrldata::local_id_faces

Definition at line 26 of file distributenrldata.hpp.

◆ local_xi

std::vector<double> distributenrldata::local_xi

Definition at line 28 of file distributenrldata.hpp.

◆ nloads

int distributenrldata::nloads

Definition at line 22 of file distributenrldata.hpp.

◆ npoints

int distributenrldata::npoints

Definition at line 22 of file distributenrldata.hpp.


The documentation for this class was generated from the following files: