MAST
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
check_frequency_domain_jacobian.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "tests/fluid/build_conservative_fluid_elem.h"
#include "tests/base/test_comparisons.h"
#include "examples/base/rigid_surface_motion.h"
#include "fluid/frequency_domain_linearized_conservative_fluid_elem.h"
#include "fluid/conservative_fluid_discipline.h"
#include "fluid/conservative_fluid_system_initialization.h"
#include "base/parameter.h"
#include "libmesh/dof_map.h"
Include dependency graph for check_frequency_domain_jacobian.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (InternalForceJacobianZeroFreq)
 
 BOOST_AUTO_TEST_CASE (InternalForceJacobianNonZeroFreq)
 
 BOOST_AUTO_TEST_CASE (FarFieldJacobianZeroFreq)
 
 BOOST_AUTO_TEST_CASE (FarFieldJacobianNonZeroFreq)
 
 BOOST_AUTO_TEST_CASE (MovingWallJacobianZeroFreq)
 
 BOOST_AUTO_TEST_CASE (MovingWallJacobianNonZeroFreq)
 
 BOOST_AUTO_TEST_CASE (InternalForceFreqSens)
 
 BOOST_AUTO_TEST_CASE (FarFieldResidualFreqSens)
 
 BOOST_AUTO_TEST_CASE (MovingWallResidualFreqSens)
 
void check_far_field_jacobian (MAST::BuildConservativeFluidElem &v, Real omega)
 
void check_internal_force_jacobian (MAST::BuildConservativeFluidElem &v, Real omega)
 
void check_moving_wall_jacobian (MAST::BuildConservativeFluidElem &v, Real omega)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/9]

BOOST_AUTO_TEST_CASE ( InternalForceJacobianZeroFreq  )

Definition at line 408 of file check_frequency_domain_jacobian.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/9]

BOOST_AUTO_TEST_CASE ( InternalForceJacobianNonZeroFreq  )

Definition at line 416 of file check_frequency_domain_jacobian.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/9]

BOOST_AUTO_TEST_CASE ( FarFieldJacobianZeroFreq  )

Definition at line 425 of file check_frequency_domain_jacobian.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/9]

BOOST_AUTO_TEST_CASE ( FarFieldJacobianNonZeroFreq  )

Definition at line 432 of file check_frequency_domain_jacobian.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/9]

BOOST_AUTO_TEST_CASE ( MovingWallJacobianZeroFreq  )

Definition at line 439 of file check_frequency_domain_jacobian.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/9]

BOOST_AUTO_TEST_CASE ( MovingWallJacobianNonZeroFreq  )

Definition at line 445 of file check_frequency_domain_jacobian.cpp.

◆ BOOST_AUTO_TEST_CASE() [7/9]

BOOST_AUTO_TEST_CASE ( InternalForceFreqSens  )

Definition at line 452 of file check_frequency_domain_jacobian.cpp.

◆ BOOST_AUTO_TEST_CASE() [8/9]

BOOST_AUTO_TEST_CASE ( FarFieldResidualFreqSens  )

Definition at line 537 of file check_frequency_domain_jacobian.cpp.

◆ BOOST_AUTO_TEST_CASE() [9/9]

BOOST_AUTO_TEST_CASE ( MovingWallResidualFreqSens  )

Definition at line 629 of file check_frequency_domain_jacobian.cpp.

◆ check_far_field_jacobian()

void check_far_field_jacobian ( MAST::BuildConservativeFluidElem v,
Real  omega 
)

Definition at line 160 of file check_frequency_domain_jacobian.cpp.

◆ check_internal_force_jacobian()

void check_internal_force_jacobian ( MAST::BuildConservativeFluidElem v,
Real  omega 
)

Definition at line 40 of file check_frequency_domain_jacobian.cpp.

◆ check_moving_wall_jacobian()

void check_moving_wall_jacobian ( MAST::BuildConservativeFluidElem v,
Real  omega 
)

Definition at line 285 of file check_frequency_domain_jacobian.cpp.