Skip to content
Snippets Groups Projects
Commit 3431bcfd authored by Dave Moxey's avatar Dave Moxey
Browse files

Revert change to PETSc classes

parent 8f2c086a
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ namespace Nektar
// CREATE MATRICES
MatCreate (PETSC_COMM_WORLD, &m_matrix);
MatSetFromOptions(m_matrix);
MatSetType (m_matrix, MATAIJ);
MatSetSizes (m_matrix, m_nLocal, m_nLocal,
PETSC_DETERMINE, PETSC_DETERMINE);
MatSetFromOptions(m_matrix);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment