Trilinos based (stochastic) FEM solvers
ceeSBVP Class Reference

#include <ceeSBVP.hpp>

Inheritance diagram for ceeSBVP:
[legend]
Collaboration diagram for ceeSBVP:
[legend]

Public Member Functions

 ceeSBVP (Epetra_Comm &comm, Teuchos::ParameterList &Parameters)
 
 ~ceeSBVP ()
 
Epetra_SerialDenseVector get_neumannBc (Epetra_SerialDenseMatrix &matrix_X, Epetra_SerialDenseMatrix &xg, unsigned int &gp)
 
Epetra_SerialDenseVector get_forcing (double &x1, double &x2, double &x3, unsigned int &e_lid, unsigned int &gp)
 
void solveOneRealization (double &bcDisp, int *seeds)
 
double icdf_gamma (double &w, double &alpha, double &beta)
 
void setup_dirichlet_conditions ()
 
void apply_dirichlet_conditions (Epetra_FECrsMatrix &K, Epetra_FEVector &F, double &displacement)
 
void get_elasticity_tensor (unsigned int &e_lid, unsigned int &gp, Epetra_SerialDenseMatrix &tangent_matrix)
 
void recover_cauchy_stress (std::string &filename, int *seeds)
 
void get_elasticity_tensor_for_recovery (unsigned int &e_lid, Epetra_SerialDenseMatrix &tangent_matrix)
 
void transverse_isotropic_matrix (Epetra_SerialDenseMatrix &C, double &c1, double &c2, double &c3, double &c4, double &c5)
 
int print_solution (std::string fileName)
 
- Public Member Functions inherited from linearizedElasticity
 linearizedElasticity ()
 
 ~linearizedElasticity ()
 
void create_FECrsGraph ()
 
void aztecSolver (Epetra_FECrsMatrix &A, Epetra_FEVector &b, Epetra_Vector &u, Teuchos::ParameterList &paramList)
 
void assemblePureDirichlet_homogeneousForcing (Epetra_FECrsMatrix &K)
 
void assembleMixedDirichletNeumann_homogeneousForcing (Epetra_FECrsMatrix &K, Epetra_FEVector &F)
 
void assembleMixedDirichletNeumann_inhomogeneousForcing (Epetra_FECrsMatrix &K, Epetra_FEVector &F)
 
void stiffness_homogeneousForcing (Epetra_FECrsMatrix &K)
 
void stiffness_inhomogeneousForcing (Epetra_FECrsMatrix &K, Epetra_FEVector &F)
 
void rhs_NeumannBoundaryCondition (Epetra_FEVector &F)
 
void compute_B_matrices (Epetra_SerialDenseMatrix &dx_shape_functions, Epetra_SerialDenseMatrix &B)
 
void compute_center_cauchy_stress (Epetra_Vector &x, std::string &filename, bool printCauchy, bool printVM)
 
void compute_deformation (Epetra_Vector &x, std::string &filename, bool printCauchy, bool printVM)
 
int print_solution (Epetra_Vector &solution, std::string fileName)
 
- Public Member Functions inherited from linearFiniteElementProblem
 linearFiniteElementProblem ()
 
 ~linearFiniteElementProblem ()
 
- Public Member Functions inherited from baseClassFEM
 baseClassFEM ()
 
 ~baseClassFEM ()
 

Public Attributes

Epetra_Vector * solution
 
Teuchos::ParameterList * Krylov
 
Teuchos::RCP< shinozuka_layeredcomp_2dGRF_Generator
 
Epetra_SerialDenseVector m1
 
Epetra_SerialDenseVector m2
 
Epetra_SerialDenseVector m3
 
Epetra_SerialDenseVector m4
 
Epetra_SerialDenseVector m5
 
std::vector< int > phase
 
double _deltaN
 
double _deltaM4
 
double _deltaM5
 
- Public Attributes inherited from linearizedElasticity
unsigned int n_bc_dof
 
int * dof_on_boundary
 
- Public Attributes inherited from baseClassFEM
meshMesh
 
Epetra_Comm * Comm
 
Epetra_Map * OverlapMap
 
Epetra_Map * StandardMap
 
Epetra_Import * ImportToOverlapMap
 
Epetra_FECrsGraph * FEGraph
 

Detailed Description

Definition at line 12 of file ceeSBVP.hpp.

Constructor & Destructor Documentation

◆ ceeSBVP()

ceeSBVP::ceeSBVP ( Epetra_Comm &  comm,
Teuchos::ParameterList &  Parameters 
)
inline

Definition at line 25 of file ceeSBVP.hpp.

◆ ~ceeSBVP()

ceeSBVP::~ceeSBVP ( )
inline

Definition at line 57 of file ceeSBVP.hpp.

Member Function Documentation

◆ apply_dirichlet_conditions()

void ceeSBVP::apply_dirichlet_conditions ( Epetra_FECrsMatrix &  K,
Epetra_FEVector &  F,
double &  displacement 
)
inlinevirtual

Reimplemented from linearFiniteElementProblem.

Definition at line 187 of file ceeSBVP.hpp.

◆ get_elasticity_tensor()

void ceeSBVP::get_elasticity_tensor ( unsigned int &  e_lid,
unsigned int &  gp,
Epetra_SerialDenseMatrix &  tangent_matrix 
)
inlinevirtual

Implements linearizedElasticity.

Definition at line 223 of file ceeSBVP.hpp.

◆ get_elasticity_tensor_for_recovery()

void ceeSBVP::get_elasticity_tensor_for_recovery ( unsigned int &  e_lid,
Epetra_SerialDenseMatrix &  tangent_matrix 
)
inlinevirtual

Implements linearizedElasticity.

Definition at line 326 of file ceeSBVP.hpp.

◆ get_forcing()

Epetra_SerialDenseVector ceeSBVP::get_forcing ( double &  x1,
double &  x2,
double &  x3,
unsigned int &  e_lid,
unsigned int &  gp 
)
inlinevirtual

Implements linearizedElasticity.

Definition at line 65 of file ceeSBVP.hpp.

◆ get_neumannBc()

Epetra_SerialDenseVector ceeSBVP::get_neumannBc ( Epetra_SerialDenseMatrix &  matrix_X,
Epetra_SerialDenseMatrix &  xg,
unsigned int &  gp 
)
inlinevirtual

Implements linearizedElasticity.

Definition at line 60 of file ceeSBVP.hpp.

◆ icdf_gamma()

double ceeSBVP::icdf_gamma ( double &  w,
double &  alpha,
double &  beta 
)
inline

Definition at line 144 of file ceeSBVP.hpp.

◆ print_solution()

int ceeSBVP::print_solution ( std::string  fileName)
inline

Definition at line 421 of file ceeSBVP.hpp.

◆ recover_cauchy_stress()

void ceeSBVP::recover_cauchy_stress ( std::string &  filename,
int *  seeds 
)
inline

Definition at line 273 of file ceeSBVP.hpp.

◆ setup_dirichlet_conditions()

void ceeSBVP::setup_dirichlet_conditions ( )
inlinevirtual

Reimplemented from linearFiniteElementProblem.

Definition at line 152 of file ceeSBVP.hpp.

◆ solveOneRealization()

void ceeSBVP::solveOneRealization ( double &  bcDisp,
int *  seeds 
)
inline

Definition at line 71 of file ceeSBVP.hpp.

◆ transverse_isotropic_matrix()

void ceeSBVP::transverse_isotropic_matrix ( Epetra_SerialDenseMatrix &  C,
double &  c1,
double &  c2,
double &  c3,
double &  c4,
double &  c5 
)
inline

Definition at line 375 of file ceeSBVP.hpp.

Member Data Documentation

◆ _deltaM4

double ceeSBVP::_deltaM4

Definition at line 23 of file ceeSBVP.hpp.

◆ _deltaM5

double ceeSBVP::_deltaM5

Definition at line 23 of file ceeSBVP.hpp.

◆ _deltaN

double ceeSBVP::_deltaN

Definition at line 23 of file ceeSBVP.hpp.

◆ GRF_Generator

Teuchos::RCP<shinozuka_layeredcomp_2d> ceeSBVP::GRF_Generator

Definition at line 18 of file ceeSBVP.hpp.

◆ Krylov

Teuchos::ParameterList* ceeSBVP::Krylov

Definition at line 17 of file ceeSBVP.hpp.

◆ m1

Epetra_SerialDenseVector ceeSBVP::m1

Definition at line 20 of file ceeSBVP.hpp.

◆ m2

Epetra_SerialDenseVector ceeSBVP::m2

Definition at line 20 of file ceeSBVP.hpp.

◆ m3

Epetra_SerialDenseVector ceeSBVP::m3

Definition at line 20 of file ceeSBVP.hpp.

◆ m4

Epetra_SerialDenseVector ceeSBVP::m4

Definition at line 20 of file ceeSBVP.hpp.

◆ m5

Epetra_SerialDenseVector ceeSBVP::m5

Definition at line 20 of file ceeSBVP.hpp.

◆ phase

std::vector<int> ceeSBVP::phase

Definition at line 21 of file ceeSBVP.hpp.

◆ solution

Epetra_Vector* ceeSBVP::solution

Definition at line 16 of file ceeSBVP.hpp.


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