NuTo
Numerics Tool
Functions
ExplicitTimeIntegration.cpp File Reference
#include "BoostUnitTest.h"
#include <boost/filesystem.hpp>
#include "nuto/math/EigenCompanion.h"
#include "nuto/mechanics/structures/unstructured/Structure.h"
#include "nuto/mechanics/timeIntegration/VelocityVerlet.h"
#include "nuto/mechanics/timeIntegration/RungeKutta4.h"
#include "nuto/mechanics/timeIntegration/RungeKutta2.h"
#include "nuto/mechanics/timeIntegration/RungeKutta3.h"
#include "nuto/mechanics/timeIntegration/RungeKutta38.h"
#include "nuto/mechanics/timeIntegration/NystroemQinZhu.h"
#include "nuto/mechanics/timeIntegration/NewmarkDirect.h"
#include "nuto/mechanics/sections/SectionTruss.h"
#include "nuto/mechanics/MechanicsEnums.h"
#include "nuto/mechanics/mesh/MeshGenerator.h"
#include "nuto/mechanics/constraints/ConstraintCompanion.h"
#include "nuto/mechanics/timeIntegration/postProcessing/PostProcessor.h"

Functions

void Run (NuTo::Structure &s, NuTo::TimeIntegrationBase &timeIntegrationScheme)
 
 BOOST_AUTO_TEST_CASE (ExplicitTIRK4)
 
 BOOST_AUTO_TEST_CASE (ExplicitTIRK2)
 
 BOOST_AUTO_TEST_CASE (ExplicitTIRK3)
 
 BOOST_AUTO_TEST_CASE (ExplicitTIRK38)
 
 BOOST_AUTO_TEST_CASE (ExplcitVelocityVerlet)
 
 BOOST_AUTO_TEST_CASE (ExplicitNystroemQinZhu)
 

Function Documentation

BOOST_AUTO_TEST_CASE ( ExplicitTIRK4  )
BOOST_AUTO_TEST_CASE ( ExplicitTIRK2  )
BOOST_AUTO_TEST_CASE ( ExplicitTIRK3  )
BOOST_AUTO_TEST_CASE ( ExplicitTIRK38  )
BOOST_AUTO_TEST_CASE ( ExplcitVelocityVerlet  )
BOOST_AUTO_TEST_CASE ( ExplicitNystroemQinZhu  )
void Run ( NuTo::Structure &  s,
NuTo::TimeIntegrationBase &  timeIntegrationScheme 
)