|
| subroutine | combine_matrices_comp (mats, nr, nc, mat) |
| | Real implementation for combine_matrices.
|
| subroutine | combine_matrices_real (mats, nr, nc, mat) |
| | Real implementation for combine_matrices.
|
| subroutine | combine_native (this) |
| subroutine | combine_native (this) |
| subroutine | combine_petsc (this) |
| subroutine | condense_graph (ingraphs, outgraph, maps, row_map, col_map) |
| | Combine a set of non-overlapping CRS-graphs into a graph.
|
| subroutine | condense_stitch (stitch_info, map, stitcher) |
| | Combine seam information for a set of vectors.
|
| subroutine | create_identity_graph (outgraph, vec) |
| | Create an identity graph for a given vector.
|
| subroutine | create_matrix_comp (mat, ingraphs, row_vec, col_vec, native) |
| | Real implementation for create_matrix.
|
| subroutine | create_matrix_real (mat, ingraphs, row_vec, col_vec, native) |
| | Real implementation for create_matrix.
|
| subroutine | create_vector_comp (vec, stitch_info, maps, native) |
| | Complex implementation for create_vector.
|
| subroutine | create_vector_real (vec, stitch_info, maps, native) |
| | Real implementation for create_vector.
|
| subroutine | csr_remove_redundant (nr, kr, nnz, lc) |
| | Needs Docs.
|
| subroutine | graph_add_dense_blocks (graph_in, graph_out, dense_flag, dense_nodes) |
| | Modify a CSR graph by adding dense blocks.
|
| subroutine | graph_add_full_col (graph_in, graph_out, nadd, nodes_add) |
| | Modify a CSR graph by adding dense columns at specified indices.
|
| subroutine | setup_native (this) |
| subroutine | setup_native (this) |
| subroutine | setup_native_vec (this) |
| subroutine | setup_native_vec (this) |
| subroutine | setup_petsc (this) |
| subroutine | setup_petsc_vec (this) |