|
DOUG 0.2
|
Functions/Subroutines | |
| subroutine | Mesh_pl2D_mesh (Msh) |
| Show a sequence of plots of the mesh. | |
| subroutine | Mesh_pl2D_partitions (Msh) |
| Show plots of the mesh partitions. | |
| subroutine | Mesh_pl2D_pointCloud (M, INIT_CONT_END) |
| subroutine | Mesh_pl2D_plotMesh (M, INIT_CONT_END) |
| subroutine | Mesh_pl2D_plotAggregate (aggr, M, rowstart, colnrs, filename, caggrnum, INIT_CONT_END) |
| subroutine | Mesh_pl2D_plotGraphDual (M, INIT_CONT_END) |
| subroutine | Mesh_pl2D_Partition (M, INIT_CONT_END) |
| subroutine | Mesh_pl2D_plotGraphParted (M, INIT_CONT_END) |
| subroutine Mesh_plot_mod::Mesh_pl2D_mesh | ( | type(Mesh),intent(inout) | Msh | ) |
Show a sequence of plots of the mesh.
Definition at line 17 of file Mesh_plot.F90.
References Mesh_pl2D_plotGraphDual(), Mesh_pl2D_plotMesh(), and Mesh_pl2D_pointCloud().
Referenced by Distribution_elem_mod::parallelAssembleFromElemInput().
| subroutine Mesh_plot_mod::Mesh_pl2D_Partition | ( | type(Mesh),intent(inout) | M, |
| integer,intent(in),optional | INIT_CONT_END | ||
| ) |
Definition at line 633 of file Mesh_plot.F90.
References not, or(), and globals::stream.
Referenced by Mesh_pl2D_partitions().
| subroutine Mesh_plot_mod::Mesh_pl2D_partitions | ( | type(Mesh),intent(inout) | Msh | ) |
Show plots of the mesh partitions.
Definition at line 29 of file Mesh_plot.F90.
References Mesh_pl2D_Partition(), Mesh_pl2D_plotGraphDual(), Mesh_pl2D_plotGraphParted(), and Mesh_pl2D_pointCloud().
Referenced by Distribution_elem_mod::parallelAssembleFromElemInput().
| subroutine Mesh_plot_mod::Mesh_pl2D_plotAggregate | ( | type(Aggrs),intent(in) | aggr, |
| type(Mesh),intent(in) | M, | ||
| integer,dimension(:),pointer | rowstart, | ||
| integer,dimension(:),pointer | colnrs, | ||
| character*(*),intent(in) | filename, | ||
| integer,dimension(:),optional,pointer | caggrnum, | ||
| integer,intent(in),optional | INIT_CONT_END | ||
| ) |
Definition at line 280 of file Mesh_plot.F90.
References not, or(), globals::sctls, and globals::stream.
Referenced by main_aggr().
| subroutine Mesh_plot_mod::Mesh_pl2D_plotGraphDual | ( | type(Mesh),intent(inout) | M, |
| integer,intent(in),optional | INIT_CONT_END | ||
| ) |
Definition at line 399 of file Mesh_plot.F90.
References not, or(), and globals::stream.
Referenced by Mesh_pl2D_mesh(), and Mesh_pl2D_partitions().
| subroutine Mesh_plot_mod::Mesh_pl2D_plotGraphParted | ( | type(Mesh),intent(inout) | M, |
| integer,intent(in),optional | INIT_CONT_END | ||
| ) |
Definition at line 783 of file Mesh_plot.F90.
References not, or(), and globals::stream.
Referenced by Mesh_pl2D_partitions().
| subroutine Mesh_plot_mod::Mesh_pl2D_plotMesh | ( | type(Mesh),intent(in) | M, |
| integer,intent(in),optional | INIT_CONT_END | ||
| ) |
Definition at line 133 of file Mesh_plot.F90.
References not, or(), and globals::stream.
Referenced by CoarsePreconditioner_geometric_mod::CoarsePreconditioner_geometric_Init(), and Mesh_pl2D_mesh().
| subroutine Mesh_plot_mod::Mesh_pl2D_pointCloud | ( | type(Mesh),intent(inout) | M, |
| integer,intent(in),optional | INIT_CONT_END | ||
| ) |
Definition at line 47 of file Mesh_plot.F90.
References not, or(), and globals::stream.
Referenced by Mesh_pl2D_mesh(), and Mesh_pl2D_partitions().
1.7.3-20110217