SaveLine procedure and parallel run

Numerical methods and mathematical models of Elmer
Post Reply
waad
Posts: 8
Joined: 10 Feb 2010, 05:16
Location: Canada
Contact:

SaveLine procedure and parallel run

Post by waad »

Hi all,

I am using SaveLine procedure to save the flux on a boundary in the solution domain. It works fine in serial run but unfortunately ElmerSolver_mpi breaks in parallel run when trying to print out the boundary values. This is the solver I am using:

Code: Select all

Solver 4
  Exec Solver = String "after timestep"
  Equation = "SaveLine"
  Procedure = "SaveData" "SaveLine"
  Filename ="boundary"
  Save Flux = True
  Flux Variable = Velocity 1
  Flux Coefficient = Viscosity
End  
Any idea how to solve this problem?

Thanks
Post Reply