opensurgsim
Namespaces | Functions
OdeSolverEulerImplicitTests.cpp File Reference

Tests for the class OdeSolverEulerImplicit. More...

#include <memory>
#include <gtest/gtest.h>
#include "SurgSim/Math/OdeSolverEulerImplicit.h"
#include "SurgSim/Math/OdeSolverLinearEulerImplicit.h"
#include "SurgSim/Math/UnitTests/MockObject.h"

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::Math::TEST (OdeSolverEulerImplicit, ConstructorTest)
 
 SurgSim::Math::TEST (OdeSolverEulerImplicit, SolveTest)
 
 SurgSim::Math::TEST (OdeSolverEulerImplicit, VerifyComplexNonLinearOdeTest)
 
 SurgSim::Math::TEST (OdeSolverEulerImplicit, ComputeMatricesTest)
 

Detailed Description

Tests for the class OdeSolverEulerImplicit.