![]() |
NuTo
Numerics Tool
|
#include "BoostUnitTest.h"#include "nuto/base/Timer.h"#include <iostream>#include <Eigen/Dense>#include <Eigen/Sparse>#include "nuto/math/SparseMatrixCSRVector2General.h"#include "nuto/mechanics/dofSubMatrixStorage/BlockScalar.h"#include "nuto/mechanics/dofSubMatrixStorage/BlockFullVector.h"#include "nuto/mechanics/dofSubMatrixStorage/BlockFullMatrix.h"#include "nuto/mechanics/dofSubMatrixStorage/BlockSparseMatrix.h"#include "nuto/mechanics/structures/StructureOutputBlockMatrix.h"#include "nuto/mechanics/elements/ElementOutputBlockMatrixDouble.h"#include "nuto/mechanics/dofSubMatrixStorage/DofStatus.h"#include "nuto/base/Exception.h"#include "nuto/mechanics/nodes/NodeEnum.h"Functions | |
| BOOST_AUTO_TEST_CASE (BlockFullVector) | |
| BlockFullVectorTest [BVT]. More... | |
| BOOST_AUTO_TEST_CASE (BlockFullMatrix) | |
| BlockFullMatrixTest [BMT]. More... | |
| BOOST_AUTO_TEST_CASE (BlockSparseMatrix) | |
| BlockSparseMatrixTest. More... | |
| void | StructureOutputBlockMatrixTestGeneral (int rNumDAct, int rNumTAct, int rNumDDep, int rNumTDep, double rDensity) |
| StructureOutputBlockMatrixTest. More... | |
| BOOST_AUTO_TEST_CASE (SparseGeneral) | |
| void | StructureOutputBlockMatrixTestSymmetric (int rNumDAct, int rNumDDep, double rDensity) |
| StructureOutputBlockMatrixTest. More... | |
| BOOST_AUTO_TEST_CASE (SparseSymmetric) | |
| BOOST_AUTO_TEST_CASE (BlockScalarTest) | |
| BOOST_AUTO_TEST_CASE | ( | BlockFullVector | ) |
BlockFullVectorTest [BVT].
| BOOST_AUTO_TEST_CASE | ( | BlockFullMatrix | ) |
BlockFullMatrixTest [BMT].
| BOOST_AUTO_TEST_CASE | ( | BlockSparseMatrix | ) |
BlockSparseMatrixTest.
| BOOST_AUTO_TEST_CASE | ( | SparseGeneral | ) |
| BOOST_AUTO_TEST_CASE | ( | SparseSymmetric | ) |
| BOOST_AUTO_TEST_CASE | ( | BlockScalarTest | ) |
| void StructureOutputBlockMatrixTestGeneral | ( | int | rNumDAct, |
| int | rNumTAct, | ||
| int | rNumDDep, | ||
| int | rNumTDep, | ||
| double | rDensity | ||
| ) |
StructureOutputBlockMatrixTest.
| void StructureOutputBlockMatrixTestSymmetric | ( | int | rNumDAct, |
| int | rNumDDep, | ||
| double | rDensity | ||
| ) |
StructureOutputBlockMatrixTest.
1.8.11