#include <boost/test/unit_test.hpp>#include "tests/structural/build_structural_elem_1D.h"#include "tests/structural/build_structural_elem_2D.h"#include "tests/base/test_comparisons.h"#include "elasticity/structural_system_initialization.h"#include "elasticity/structural_discipline.h"#include "elasticity/piston_theory_boundary_condition.h"#include "property_cards/solid_1d_section_element_property_card.h"#include "property_cards/solid_2d_section_element_property_card.h"#include "base/parameter.h"#include "base/constant_field_function.h"#include "property_cards/isotropic_material_property_card.h"#include "elasticity/structural_element_base.h"#include "base/nonlinear_system.h"#include "libmesh/dof_map.h"
Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianLinear1DIndependentOffset) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianNonlinear1DIndependentOffset) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianLinear1DWithConstantOffset) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianNonlinear1DWithConstantOffset) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianLinear1DIndependentOffsetDependentOffset) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianNonlinear1DIndependentOffsetDependentOffset) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianNonlinear2DIndependentOffsetQUAD4) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianLinear2DWithConstantOffsetQUAD4) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianNonlinear2DWithConstantOffsetQUAD4) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianLinear2DDependentOffsetQUAD4) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianNonlinear2DDependentOffsetQUAD4) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianLinear2DIndependentOffsetTRI3) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianNonlinear2DIndependentOffsetTRI3) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianLinear2DWithConstantOffsetTRI3) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianNonlinear2DWithConstantOffsetTRI3) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianLinear2DDependentOffsetTRI3) | |
| BOOST_AUTO_TEST_CASE (InternalForceJacobianNonlinear2DDependentOffsetTRI3) | |
| BOOST_FIXTURE_TEST_SUITE (Structural2DJacobianEvaluation, MAST::BuildStructural2DElem) BOOST_AUTO_TEST_CASE(InternalForceJacobianLinear2DIndependentOffsetQUAD4) | |
| template<typename ValType > | |
| void | check_internal_force_jacobian (ValType &v, const RealVectorX &sol) |
| void | set_deformation (const unsigned int dim, const unsigned int case_num, const libMesh::ElemType e, RealVectorX &vec) |
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianLinear1DIndependentOffset | ) |
Definition at line 134 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianNonlinear1DIndependentOffset | ) |
Definition at line 144 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianLinear1DWithConstantOffset | ) |
Definition at line 154 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianNonlinear1DWithConstantOffset | ) |
Definition at line 167 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianLinear1DIndependentOffsetDependentOffset | ) |
Definition at line 181 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianNonlinear1DIndependentOffsetDependentOffset | ) |
Definition at line 192 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianNonlinear2DIndependentOffsetQUAD4 | ) |
Definition at line 221 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianLinear2DWithConstantOffsetQUAD4 | ) |
Definition at line 231 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianNonlinear2DWithConstantOffsetQUAD4 | ) |
Definition at line 244 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianLinear2DDependentOffsetQUAD4 | ) |
Definition at line 257 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianNonlinear2DDependentOffsetQUAD4 | ) |
Definition at line 267 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianLinear2DIndependentOffsetTRI3 | ) |
Definition at line 278 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianNonlinear2DIndependentOffsetTRI3 | ) |
Definition at line 288 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianLinear2DWithConstantOffsetTRI3 | ) |
Definition at line 298 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianNonlinear2DWithConstantOffsetTRI3 | ) |
Definition at line 311 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianLinear2DDependentOffsetTRI3 | ) |
Definition at line 324 of file jacobian_1D_and_2D.cpp.
| BOOST_AUTO_TEST_CASE | ( | InternalForceJacobianNonlinear2DDependentOffsetTRI3 | ) |
Definition at line 334 of file jacobian_1D_and_2D.cpp.
| BOOST_FIXTURE_TEST_SUITE | ( | Structural2DJacobianEvaluation | , |
| MAST::BuildStructural2DElem | |||
| ) |
Definition at line 208 of file jacobian_1D_and_2D.cpp.
| void check_internal_force_jacobian | ( | ValType & | v, |
| const RealVectorX & | sol | ||
| ) |
Definition at line 55 of file jacobian_1D_and_2D.cpp.
| void set_deformation | ( | const unsigned int | dim, |
| const unsigned int | case_num, | ||
| const libMesh::ElemType | e, | ||
| RealVectorX & | vec | ||
| ) |
Definition at line 50 of file stress_evaluations.cpp.