opensurgsim
Classes | Namespaces | Functions
Fem1DMechanicalValidationTests.cpp File Reference

This file tests the mechanical behavior of the class Fem1DRepresentation. More...

#include <gtest/gtest.h>
#include "SurgSim/Framework/Runtime.h"
#include "SurgSim/Math/Matrix.h"
#include "SurgSim/Math/OdeState.h"
#include "SurgSim/Math/Quaternion.h"
#include "SurgSim/Math/RigidTransform.h"
#include "SurgSim/Math/Vector.h"
#include "SurgSim/Physics/Fem1DRepresentation.h"
#include "SurgSim/Physics/Fem1DElementBeam.h"
#include "SurgSim/Physics/UnitTests/MockObjects.h"

Classes

class  SurgSim::Physics::Fem1DBuilder
 
class  SurgSim::Physics::Fem1DMechanicalValidationTests
 

Namespaces

 SurgSim
 Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui needs glew but we need to call glewInit() from a osg callback, using this call we avoid getting warnings about redefinitions.
 

Functions

 SurgSim::Physics::TEST_F (Fem1DMechanicalValidationTests, CantileverEndLoadedTest)
 
 SurgSim::Physics::TEST_F (Fem1DMechanicalValidationTests, CantileverPunctualLoadAnywhereTest)
 
 SurgSim::Physics::TEST_F (Fem1DMechanicalValidationTests, CantileverEndBentTest)
 
 SurgSim::Physics::TEST_F (Fem1DMechanicalValidationTests, EndSupportedBeamCenterLoadedTest)
 
 SurgSim::Physics::TEST_F (Fem1DMechanicalValidationTests, EndSupportedBeamIntermediatelyLoadedTest)
 

Detailed Description

This file tests the mechanical behavior of the class Fem1DRepresentation.