SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
BuildTDCSMatrixTests.cc File Reference
#include <Testing/Utils/SCIRunUnitTests.h>
#include <Core/Datatypes/Legacy/Field/VField.h>
#include <Core/Datatypes/Legacy/Field/FieldInformation.h>
#include <Core/Algorithms/Base/AlgorithmPreconditions.h>
#include <Core/Algorithms/Legacy/FiniteElements/BuildMatrix/BuildTDCSMatrix.h>
#include <Testing/Utils/MatrixTestUtilities.h>

Namespaces

 TDCSInputData
 

Functions

SparseRowMatrixHandle stiff ()
 
FieldHandle mesh ()
 
DenseMatrixHandle ElectrodeElements ()
 
DenseMatrixHandle ElectrodeElementType ()
 
DenseMatrixHandle ElectrodeElementDefinition ()
 
DenseMatrixHandle contactimpedance ()
 
SparseRowMatrixHandle expectedOutput ()
 
 TEST (VerifyTDCSInput, IsNotNull)
 
 TEST (BuildTDCSMatrixAlgorithmTests, ThrowsForNullMesh)
 
 TEST (BuildTDCSMatrixAlgorithmTests, ThrowsForNullElectrodeElements)
 

Function Documentation

TEST ( VerifyTDCSInput  ,
IsNotNull   
)
TEST ( BuildTDCSMatrixAlgorithmTests  ,
ThrowsForNullMesh   
)
Todo:
: consider throwing an exception instead of returning false
TEST ( BuildTDCSMatrixAlgorithmTests  ,
ThrowsForNullElectrodeElements   
)
Todo:
: consider throwing an exception instead of returning false