| Revision 63312db,
1.0 KB
checked in by Oleg Batrashev <ogbash@…>, 2 years ago
(diff) |
|
Refactor: create 'Partitioning' component.
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | |
|---|
| 2 | libdoug_la_SOURCES += \ |
|---|
| 3 | datatypes/Aggregate_mod.F90 \ |
|---|
| 4 | datatypes/Aggregate_utils.f95 \ |
|---|
| 5 | datatypes/Graph.f90 \ |
|---|
| 6 | datatypes/Decomposition.f90 \ |
|---|
| 7 | datatypes/Points2D.F90 \ |
|---|
| 8 | datatypes/Polygon.F90 \ |
|---|
| 9 | datatypes/Mesh.F90 \ |
|---|
| 10 | datatypes/Mesh_plot.F90 \ |
|---|
| 11 | datatypes/IdxMap.f90 \ |
|---|
| 12 | datatypes/DenseMtx.F90 \ |
|---|
| 13 | datatypes/Hash.f90 \ |
|---|
| 14 | datatypes/BHeap.f90 \ |
|---|
| 15 | datatypes/Vect.F90 |
|---|
| 16 | |
|---|
| 17 | libdoug_la_SOURCES += \ |
|---|
| 18 | datatypes/SpMtx/SpMtx_class.F90 \ |
|---|
| 19 | datatypes/SpMtx/SpMtx_util.f90 \ |
|---|
| 20 | datatypes/SpMtx/SpMtx_arrangement.F90 \ |
|---|
| 21 | datatypes/SpMtx/SpMtx_distribution.F90 \ |
|---|
| 22 | datatypes/SpMtx/SpMtx_op_Ax.f90 \ |
|---|
| 23 | datatypes/SpMtx/SpMtx_op_AB.f90 \ |
|---|
| 24 | datatypes/SpMtx/SpMtx_op_block.f90 \ |
|---|
| 25 | datatypes/SpMtx/SpMtx_permutation.f90 \ |
|---|
| 26 | datatypes/SpMtx/SpMtx_operation.F90 \ |
|---|
| 27 | datatypes/SpMtx/SpMtx_generator.f90 \ |
|---|
| 28 | datatypes/SpMtx/SpMtx.f90 \ |
|---|
| 29 | datatypes/SpMtx/SpMtx_aggregation.F90 |
|---|
| 30 | |
|---|
| 31 | EXTRA_DIST += \ |
|---|
| 32 | datatypes/SpMtx/SpMtx_arrange_qs.F90 |
|---|
| 33 | |
|---|
| 34 | libdoug_la_SOURCES += \ |
|---|
| 35 | datatypes/ElemMtxs/ElemMtxs_base.F90 \ |
|---|
| 36 | datatypes/ElemMtxs/ElemMtxs_assemble.F90 \ |
|---|
| 37 | datatypes/ElemMtxs/ElemMtxs_distribute.F90 \ |
|---|
| 38 | datatypes/ElemMtxs/ElemMtxs.f90 |
|---|
| 39 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.