|
| | manufactured (Epetra_Comm &comm, Teuchos::ParameterList &Parameters, std::string &mesh_file) |
| |
| | ~manufactured () |
| |
| Epetra_SerialDenseVector | manufacturedSolution (double &x1, double &x2, double &x3) |
| |
| Epetra_SerialDenseMatrix | manufacturedDeformation (double &x1, double &x2, double &x3) |
| |
| Epetra_SerialDenseMatrix | manufacturedStress (double &x1, double &x2, double &x3) |
| |
| 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) |
| |
| double | solve (std::string &outPath) |
| |
| double | errorL2 (Epetra_Vector &uStandardMap) |
| |
| 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 | transverse_isotropic_matrix (Epetra_SerialDenseMatrix &C, double &c1, double &c2, double &c3, double &c4, double &c5) |
| |
| void | get_elasticity_tensor_for_recovery (unsigned int &e_lid, Epetra_SerialDenseMatrix &tangent_matrix) |
| |
| | linearizedElasticity () |
| |
| | ~linearizedElasticity () |
| |
| void | create_FECrsGraph () |
| |
| void | aztecSolver (Epetra_FECrsMatrix &A, Epetra_FEVector &b, Epetra_Vector &u, Teuchos::ParameterList ¶mList) |
| |
| 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) |
| |
| | linearFiniteElementProblem () |
| |
| | ~linearFiniteElementProblem () |
| |
| | baseClassFEM () |
| |
| | ~baseClassFEM () |
| |
Definition at line 11 of file manufacturedSolution.hpp.