00001 subroutine solverParameters 00002 00003 use global 00004 00005 00006 implicit none 00007 00008 00009 00010 maxRealTimeIter=1 00011 00012 maxPhysicsIter=1 00013 00014 maxPseudoTimeIter=1 00015 00016 maxDomainIter=1 00017 00018 00019 00020 00021 00022 mySolver=1 00023 00024 myHybrid=1 00025 00026 00027 00028 00029 overlap=4 00030 00031 00032 00033 maxMSIter=100 00034 00035 xPartition=16 !3 00036 00037 yPartition=16 !2 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048 00049 00050 00051 00052 00053 00054 00055 00056 end subroutine solverParameters
1.6.1