ESScript
Revision_4488
Main Page
Namespaces
Classes
Files
File List
File Members
paso
src
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
*/
30
index_t
Paso_SystemMatrix_getMIS
(
Paso_SystemMatrix
*,
index_t
**);
31
32
#endif
Generated on Fri Jun 28 2013 11:10:53 for ESScript by
1.8.1.2