Hello,
Is it possible that we create a log file from .edp files output simulations?
I need to save all the data that is being printed in terminal in a log (txt) file.
Thanks.
Hello,
Is it possible that we create a log file from .edp files output simulations?
I need to save all the data that is being printed in terminal in a log (txt) file.
Thanks.
FreeFem++ yourFFfile.edp > youroutputfile.txt
is the solution I think.