|
libMesh
|
#include <sparse_matrix_test.h>
Public Member Functions | |
| void | setUp () |
| void | tearDown () |
| void | setValues () |
| void | testValues () |
| void | testGetAndSet () |
| void | testReadMatlab (const std::string &filename) |
| void | testReadMatlab1 () |
| void | testReadMatlab2 () |
| void | testReadMatlab4 () |
| void | testReadHDF5 () |
| void | testTransposeNorms () |
| void | testWriteAndRead (const std::string &filename) |
| void | testWriteAndReadHDF5 () |
| void | testWriteAndReadMatlab () |
| void | testWriteAndReadZippedMatlab () |
| void | testClone () |
Protected Attributes | |
| std::string | libmesh_suite_name |
| libMesh::Parallel::Communicator * | my_comm = nullptr |
| std::unique_ptr< DerivedClass > | matrix |
| libMesh::numeric_index_type | nonsquare = 1 |
| libMesh::numeric_index_type | local_m |
| libMesh::numeric_index_type | local_n |
| libMesh::numeric_index_type | global_m |
| libMesh::numeric_index_type | global_n |
| const libMesh::Real | _tolerance = libMesh::TOLERANCE * libMesh::TOLERANCE |
Definition at line 49 of file sparse_matrix_test.h.
|
inline |
Definition at line 53 of file sparse_matrix_test.h.
|
inline |
Definition at line 93 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::testClone(), SparseMatrixTest< LaspackMatrix< Number > >::testGetAndSet(), SparseMatrixTest< LaspackMatrix< Number > >::testTransposeNorms(), and SparseMatrixTest< LaspackMatrix< Number > >::testWriteAndRead().
|
inline |
Definition at line 90 of file sparse_matrix_test.h.
|
inline |
Definition at line 296 of file sparse_matrix_test.h.
|
inline |
Definition at line 153 of file sparse_matrix_test.h.
|
inline |
Definition at line 209 of file sparse_matrix_test.h.
|
inline |
Definition at line 163 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::testReadMatlab1(), SparseMatrixTest< LaspackMatrix< Number > >::testReadMatlab2(), and SparseMatrixTest< LaspackMatrix< Number > >::testReadMatlab4().
|
inline |
Definition at line 187 of file sparse_matrix_test.h.
|
inline |
Definition at line 194 of file sparse_matrix_test.h.
|
inline |
Definition at line 201 of file sparse_matrix_test.h.
|
inline |
Definition at line 225 of file sparse_matrix_test.h.
|
inline |
Definition at line 113 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::testGetAndSet(), and SparseMatrixTest< LaspackMatrix< Number > >::testWriteAndRead().
|
inline |
Definition at line 238 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::testWriteAndReadHDF5(), SparseMatrixTest< LaspackMatrix< Number > >::testWriteAndReadMatlab(), and SparseMatrixTest< LaspackMatrix< Number > >::testWriteAndReadZippedMatlab().
|
inline |
Definition at line 271 of file sparse_matrix_test.h.
|
inline |
Definition at line 282 of file sparse_matrix_test.h.
|
inline |
Definition at line 289 of file sparse_matrix_test.h.
|
protected |
Definition at line 351 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::testClone(), SparseMatrixTest< LaspackMatrix< Number > >::testTransposeNorms(), and SparseMatrixTest< LaspackMatrix< Number > >::testValues().
|
protected |
Definition at line 347 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::setUp().
|
protected |
Definition at line 347 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::setUp().
|
protected |
Definition at line 341 of file sparse_matrix_test.h.
|
protected |
Definition at line 347 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::setUp(), and SparseMatrixTest< LaspackMatrix< Number > >::setValues().
|
protected |
Definition at line 347 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::setUp(), and SparseMatrixTest< LaspackMatrix< Number > >::setValues().
|
protected |
Definition at line 345 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::setUp(), SparseMatrixTest< LaspackMatrix< Number > >::setValues(), SparseMatrixTest< LaspackMatrix< Number > >::testClone(), SparseMatrixTest< LaspackMatrix< Number > >::testReadHDF5(), SparseMatrixTest< LaspackMatrix< Number > >::testReadMatlab(), SparseMatrixTest< LaspackMatrix< Number > >::testTransposeNorms(), SparseMatrixTest< LaspackMatrix< Number > >::testValues(), and SparseMatrixTest< LaspackMatrix< Number > >::testWriteAndRead().
|
protected |
Definition at line 343 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::setUp(), SparseMatrixTest< LaspackMatrix< Number > >::setValues(), and SparseMatrixTest< LaspackMatrix< Number > >::testValues().
|
protected |
Definition at line 347 of file sparse_matrix_test.h.
Referenced by SparseMatrixTest< LaspackMatrix< Number > >::setUp().
1.8.14