Search found 9 matches

by fretamal
27 Mar 2023, 00:58
Forum: Elmer/Ice
Topic: Error: System diverged over maximum tolerance while trying to do an inversion
Replies: 2
Views: 1228

Re: Error: System diverged over maximum tolerance while trying to do an inversion

Hi, I uploaded the log and mesh files in the new rar but I can't upload all the data for the size, in this link you will find everything

https://drive.google.com/drive/folders/ ... share_link

Franco
by fretamal
20 Mar 2023, 23:38
Forum: Elmer/Ice
Topic: Error: System diverged over maximum tolerance while trying to do an inversion
Replies: 2
Views: 1228

Error: System diverged over maximum tolerance while trying to do an inversion

Hello, I'm trying to do an inversion to adjust the friction coefficient using the Discrete Cost Solver. The problem is that after iterations I get the following error: ERROR:: IterSolve: Numerical Error: System diverged over maximum tolerance. This is during nonlinear iterations as you can see in th...
by fretamal
01 May 2022, 23:45
Forum: ElmerSolver
Topic: SaveGridData in parallel simulation
Replies: 13
Views: 1698

Re: SaveGridData in parallel simulation

Hi, I'm using the virtual machine so tried replacing the file and compile SaveGridData.F90 using elmerf90 but I received this error SaveGridData.F90:334:22: 334 | ParallelNodes = ParallelReduction( NumberOfNodes ) | 1 Error: Type mismatch in argument ‘r’ at (1); passed INTEGER(4) to REAL(8) Looking ...
by fretamal
30 Apr 2022, 01:38
Forum: ElmerSolver
Topic: SaveGridData in parallel simulation
Replies: 13
Views: 1698

Re: SaveGridData in parallel simulation

Hi Peter

I downloaded the file SaveGridData.F90 from the devel branch and replace it but is still not working. How do you make it work?
by fretamal
28 Apr 2022, 00:34
Forum: ElmerSolver
Topic: SaveGridData in parallel simulation
Replies: 13
Views: 1698

Re: SaveGridData in parallel simulation

You're right I got confused looking how I did the mesh, I'm new in all of this of Elmer.

The way I did the partition is exactly as you said

ElmerGrid 14 2 geometry.msh -autoclean
ElmerGrid 2 2 geometry -autoclean -partdual -metiskway 2
by fretamal
27 Apr 2022, 19:03
Forum: ElmerSolver
Topic: SaveGridData in parallel simulation
Replies: 13
Views: 1698

Re: SaveGridData in parallel simulation

Hi, to run in parallel I'm using this command

Code: Select all

ElmerGrid 14 2 geometry.msh -autoclean -partdual -metiskway 2 
In serial is just

Code: Select all

ElmerGrid 14 2 geometry.msh -autoclean
by fretamal
26 Apr 2022, 22:34
Forum: ElmerSolver
Topic: SaveGridData in parallel simulation
Replies: 13
Views: 1698

Re: SaveGridData in parallel simulation

Hi attached are the files that you asked. I tryed saving the data in Vti format and appear a message telling that "SaveGridData" in Vti format is not implemented in parallel yet, maybe it's happening the same with Table Format.
by fretamal
20 Apr 2022, 02:12
Forum: ElmerSolver
Topic: SaveGridData in parallel simulation
Replies: 13
Views: 1698

Re: SaveGridData in parallel simulation

Hi Rich, thanks for your response. I actually run the test ParticleFalling3 and it's working fine even running it in parallel and it's able to save the data using "ParticleOutputSolver" but I tried with "SaveGridData" and works with a normal mesh, but when I tried running it in p...
by fretamal
18 Apr 2022, 18:29
Forum: ElmerSolver
Topic: SaveGridData in parallel simulation
Replies: 13
Views: 1698

SaveGridData in parallel simulation

Hi all, I'm modelling a 3D glacier and trying to save the data as an ascii file to export it to Matlab. I was using the solver SaveGridData and it was working untill I started running the model in parallel with two partitions, now it's creating two files which are empty. I want to save the surface v...