ESScript  Revision_4488
SystemMatrix_MIS.h
Go to the documentation of this file.
1 
2 /*****************************************************************************
3 *
4 * Copyright (c) 2010-2013 by University of Queensland
5 * http://www.uq.edu.au
6 *
7 * Primary Business: Queensland, Australia
8 * Licensed under the Open Software License version 3.0
9 * http://www.opensource.org/licenses/osl-3.0.php
10 *
11 * Development until 2012 by Earth Systems Science Computational Center (ESSCC)
12 * Development since 2012 by School of Earth Sciences
13 *
14 *****************************************************************************/
15 
16 /* Author: Joel Fenwick */
17 
18 /* An MPI aware Maximal independent set algorithm for SystemMatrix */
19 
20 #ifndef INC_SYSTEMMATRIX_MIS
21 
22 #include "SystemMatrix.h"
23 
24 /* Returns the number of local nodes in the MIS.
25  The second param will store a pointer to a list of the nodes in the MIS.
26  Deallocating the value sent back in the second param is caller's responsibility.
27 
28  Sets paso error on failure.
29 */
31 
32 #endif