Postprocessing in C_Src
when I compile the postprocessing tool with EBASE = HorizontalAvg.cpp only, I don't get a description of it when I execute ./HorizontalAvg2d.gnu.ex
At the bare minimum, you must specify an infile or the code doesn't know which plot file to work with. ./HorizontalAvg2d.gnu.ex infile=plt12345
yes, but let me develop a little bit:
Let us say I want to compute the horizontal average of two fields, Temp and density, and I want to perform the average of these two fields?
Reading the main .cpp file, there are variables named comps, sComp, nComp, that select the fields on which the average is going to be taken, but I don't know how to specify them.