|
| 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_dense_graph (outgraph, rvec, cvec) |
| | Create a dense graph for a given vector.
|
| subroutine | create_identity_graph (outgraph, vec) |
| | Create an identity graph for a given vector.
|
| subroutine | create_local_stitch (stitch, map, n) |
| | Create stitch and map structures for local 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_tridiag_graph (outgraph, vec, periodic) |
| | Create a tri-diagonal graph for a given vector.
|
| 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) |
| | Remove redundant column indices from a CSR graph.
|
| 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) |