Is varf parallel? Can it be sped up?

Hello,
Is varf parallel and can it be sped up? I need to do transient analysis where I have to recalculate the Matrix and rhs in every time step because parameters change over time. varf seems to be the bottle neck here as it takes up ~95% of the simulation time.

Any suggestions?

Thanks!

Very little changes are required to make a sequential script using varf parallel.
Please go through the following tutorial Pierre Jolivet introduction to parallel FreeFEM part 1 - YouTube Pierre Jolivet introduction to parallel FreeFEM part 2 - YouTube and let me know if you have any questions.

Thank you, problem solved!