Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 28 of file matrixconvert.C.
References libMesh::SparseMatrix< T >::build(), libMesh::TriangleWrapper::init(), and libMesh::out.
34 (
"Usage: " << argv[0] <<
35 " inputmatrix outputmatrix");
39 LOG_CALL(
"mat.read()",
"main", mat->read(argv[1]));
41 libMesh::out <<
"Loaded " << mat->m() <<
" by " << mat->n() <<
42 " matrix " << argv[1] << std::endl;
44 LOG_CALL(
"mat.print_matlab()",
"main", mat->print_matlab(argv[2]));
The LibMeshInit class, when constructed, initializes the dependent libraries (e.g.
void init(triangulateio &t)
Initializes the fields of t to nullptr/0 as necessary.