1*59599516SKenneth E. Jansen120 # time step of the restart files for fields to reduce (solution, ybar, etc) 2*59599516SKenneth E. Jansen100 # time step of the restart files for partID and vtxID (mapping between M and N) 3*59599516SKenneth E. Jansen1 # Reduce the ybar field? (0/1) 4*59599516SKenneth E. Jansen1 # Reduce the error field? (0/1) 5*59599516SKenneth E. Jansen2 # Reduce the phase_average field? (0/n phase average fields) 6*59599516SKenneth E. Jansen1 # Reduce the vorticity field? (0/1) 7*59599516SKenneth E. Jansen1 # Reduce the dwal? (0/1) 8*59599516SKenneth E. Jansen1 # Print debug statement (0/1) 9*59599516SKenneth E. Jansen 10*59599516SKenneth E. Jansen### What follows is a short manual and is not read by M2N ### 11*59599516SKenneth E. JansenThis Script is used to reduce different fields from M parts to N parts, using the mapping fields (partID. vtxID) gerenated by phParAdapt. 12*59599516SKenneth E. JansenBy default, this script reduces the solution field but it can also handle others fields such as mentioned above. 13*59599516SKenneth E. Jansen 14