|
DOUG 0.2
|
#include <doug_config.h>Go to the source code of this file.
Defines | |
| #define | float real |
Functions/Subroutines | |
| program | main_geom |
| Main program for running DOUG with input files in elemental form. | |
| #define float real |
| program main_geom | ( | ) |
Main program for running DOUG with input files in elemental form.
Running the code: (example) mpirun -np 3 doug_geom -f doug.ctl where doug.ctl may contain the following fields
See Input formats page for input description.
Definition at line 29 of file geom.F90.
References CoarsePreconditioner_geometric_mod::CoarsePreconditioner_geometric_Init(), Distribution_mod::Distribution_NewInit(), Distribution_mod::Distribution_pmvm(), FinePreconditioner_complete_mod::FinePreconditioner_complete_Init(), Mesh_class::Mesh_Destroy(), Partitioning_full_mod::Partitionings_full_InitCoarse(), Partitioning_mod::Partitionings_New(), Vect_mod::Vect_cleanUp(), Vect_mod::Vect_dot_product(), and Vect_mod::Vect_Gather().
1.7.3-20110217