Trilinos based (stochastic) FEM solvers
readnrldata Class Reference

#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
 

Detailed Description

Definition at line 19 of file readnrldata.hpp.

Constructor & Destructor Documentation

◆ readnrldata()

readnrldata::readnrldata ( bool  load,
std::string &  path 
)

Definition at line 8 of file readnrldata.cpp.

◆ ~readnrldata()

readnrldata::~readnrldata ( )

Definition at line 26 of file readnrldata.cpp.

Member Function Documentation

◆ import_boundaryconditions()

void readnrldata::import_boundaryconditions ( std::string &  path)

Definition at line 29 of file readnrldata.cpp.

◆ import_exp_def()

void readnrldata::import_exp_def ( std::string &  path)

Definition at line 108 of file readnrldata.cpp.

◆ import_exp_points()

void readnrldata::import_exp_points ( std::string &  path)

Definition at line 83 of file readnrldata.cpp.

◆ import_expenergy()

void readnrldata::import_expenergy ( std::string &  path)

Definition at line 61 of file readnrldata.cpp.

Member Data Documentation

◆ angles

Epetra_SerialDenseVector readnrldata::angles

Definition at line 25 of file readnrldata.hpp.

◆ boundaryconditions

Epetra_SerialDenseVector readnrldata::boundaryconditions

Definition at line 25 of file readnrldata.hpp.

◆ energy

Epetra_SerialDenseMatrix readnrldata::energy

Definition at line 24 of file readnrldata.hpp.

◆ exx

Epetra_SerialDenseMatrix readnrldata::exx

Definition at line 24 of file readnrldata.hpp.

◆ exy

Epetra_SerialDenseMatrix readnrldata::exy

Definition at line 24 of file readnrldata.hpp.

◆ eyy

Epetra_SerialDenseMatrix readnrldata::eyy

Definition at line 24 of file readnrldata.hpp.

◆ nloads

int readnrldata::nloads

Definition at line 23 of file readnrldata.hpp.

◆ npoints

int readnrldata::npoints

Definition at line 23 of file readnrldata.hpp.

◆ points

Epetra_SerialDenseMatrix readnrldata::points

Definition at line 24 of file readnrldata.hpp.


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