Class documentation of Concepts

Loading...
Searching...
No Matches
matrices.hh
Go to the documentation of this file.
1
6#ifndef testMatrices_hh
7#define testMatrices_hh
8
9#include "basics/testsuite.hh"
10#include "basics/typedefs.hh"
11
12namespace test {
13
14 // ******************************************************** TestMatrices2D **
15
84
85} // namespace test
86
87#endif // testMatrices_hh
void testElementMatrixLaplace()
Tests the element matrix related to hp2D::Laplace for two spaces of different polynomial degree.
void testOnePartialDerivMatrixLaguerre()
void testAdvectionMatrixLaguerre()
void testVectorIdentityMatrix0101()
void testStiffnessMatrixLaguerre()
void testIdDivMatrix0101_difp()
Tests the matrix related to the IdDiv-bilinear form in (0,1)2
void testElementMatrixAdvection()
Tests the element matrix related to hp2D::Advection for two spaces of different polynomial degree.
void testMassMatrix010_01()
Tests mass matrix in (0,1) x (0, 1/100)
void testTwoPartialDerivMatrix0101()
Tests the four matrix of two partial derivatives in (0,1)2
void testMassMatrix0101()
Tests mass matrix in (0,1)2
void testMassMatrixOnEdge()
Test element mass matrix in (0,1)
void testDivDivMatrix0101_difp()
void testElementMatrixIdentity()
Tests the element matrix related to hp2D::Identity for two spaces of different polynomial degree.
void testStiffnessMatrix010_01()
Tests stiffness matrix in (0,1) x (0, 1/100)
void testDivDivMatrix0101()
Tests the matrix related to the DivDiv-bilinear form in (0,1)2 with different polynomial degree.
void testOnePartialDerivMatrix0101()
Tests the four matrix of one partial derivatives in (0,1)2
void testVectorLaplaceMatrix0101()
void testIdDivMatrix0101()
Tests the matrix related to the IdDiv-bilinear form in (0,1)2
void testStiffnessMatrix0101()
Tests stiffness matrix in (0,1)2
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testStiffnessMatrix0101_withMatrix()