MAST
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
piston_theory_1D_and_2D.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "tests/structural/build_structural_elem_1D.h"
#include "tests/structural/build_structural_elem_2D.h"
#include "property_cards/solid_1d_section_element_property_card.h"
#include "property_cards/solid_2d_section_element_property_card.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 "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"
Include dependency graph for piston_theory_1D_and_2D.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (PistonTheoryPressure)
 
 BOOST_AUTO_TEST_CASE (PistonTheory1D)
 
 BOOST_AUTO_TEST_CASE (PistonTheory2DQUAD4)
 
 BOOST_AUTO_TEST_CASE (PistonTheory2DTRI3)
 
template<typename ValType >
void check_piston_theory_jacobian (ValType &v)
 
void check_value_sensitivity (MAST::FieldFunction< Real > &func, std::vector< MAST::Parameter *> &params)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( PistonTheoryPressure  )

Definition at line 209 of file piston_theory_1D_and_2D.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( PistonTheory1D  )

Definition at line 275 of file piston_theory_1D_and_2D.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( PistonTheory2DQUAD4  )

Definition at line 288 of file piston_theory_1D_and_2D.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( PistonTheory2DTRI3  )

Definition at line 295 of file piston_theory_1D_and_2D.cpp.

◆ check_piston_theory_jacobian()

template<typename ValType >
void check_piston_theory_jacobian ( ValType &  v)

Definition at line 48 of file piston_theory_1D_and_2D.cpp.

◆ check_value_sensitivity()

void check_value_sensitivity ( MAST::FieldFunction< Real > &  func,
std::vector< MAST::Parameter *> &  params 
)

Definition at line 158 of file piston_theory_1D_and_2D.cpp.