Trilinos based (stochastic) FEM solvers
shinozukapp_layeredcomp.hpp
Go to the documentation of this file.
1 /*
2 Brian Staber (brian.staber@gmail.com)
3 */
4 
5 #ifndef SHINOZUKAPP_LAYEREDCOMP_HPP
6 #define SHINOZUKAPP_LAYEREDCOMP_HPP
7 
8 #include "meshpp.hpp"
9 #include <boost/random/mersenne_twister.hpp>
10 #include <boost/random/uniform_real_distribution.hpp>
11 #include <boost/math/special_functions/erf.hpp>
12 #include <boost/random/normal_distribution.hpp>
13 #include <boost/math/special_functions/gamma.hpp>
14 #include <boost/math/special_functions/beta.hpp>
15 
17 {
18 public:
19 
21  shinozuka_layeredcomp(int & nu, double & L1, double & L2, double & L3);
23 
24  template<typename typearg>
25  double tau_beta(typearg & beta);
26  double s_tau(double & tau);
27 
28  void generator_gauss_points(Epetra_SerialDenseVector & v, mesh & Mesh, std::vector<int> & phase);
29  void generator_one_gauss_point(Epetra_SerialDenseVector & v, mesh & Mesh, std::vector<int> & phase, double & xi, double & eta, double & zeta);
30 
31  void icdf_gamma(Epetra_Vector & V, Epetra_Vector & G, double & alpha, double & beta);
32  void icdf_beta(Epetra_Vector & V, Epetra_Vector & B, double & tau1, double & tau2);
33 
34  int order;
35  double l1;
36  double l2;
37  double l3;
38  boost::random::mt19937 rng;
39  boost::random::uniform_real_distribution<> phi_;
40  boost::random::uniform_real_distribution<> psi_;
41 };
42 #endif
boost::random::mt19937 rng
double tau_beta(typearg &beta)
boost::random::uniform_real_distribution psi_
void icdf_beta(Epetra_Vector &V, Epetra_Vector &B, double &tau1, double &tau2)
Definition: meshpp.hpp:49
boost::random::uniform_real_distribution phi_
void icdf_gamma(Epetra_Vector &V, Epetra_Vector &G, double &alpha, double &beta)
void generator_gauss_points(Epetra_SerialDenseVector &v, mesh &Mesh, std::vector< int > &phase)
void generator_one_gauss_point(Epetra_SerialDenseVector &v, mesh &Mesh, std::vector< int > &phase, double &xi, double &eta, double &zeta)
modelParameters beta
Definition: run_station15.m:10
output eta
Definition: costFunction.m:33