Search found 7 matches

by robtovey
23 Apr 2024, 19:06
Forum: Bug reports
Topic: Random crashes while repeatedly running the same script
Replies: 4
Views: 194

Re: Random crashes while repeatedly running the same script

An update added by juharu has fixed the bug. There was an uninitialised parameter being used in part of the Mortar Boundary code. To be precise, this line: https://github.com/ElmerCSC/elmerfem/commit/fa05cacb836366f8b4322ad239bba42aaadf0f84 Now when I update to the latest version (latest git or late...
by robtovey
23 Apr 2024, 13:40
Forum: Bug reports
Topic: Random crashes while repeatedly running the same script
Replies: 4
Views: 194

Re: Random crashes while repeatedly running the same script

Hi kevinarden, Thank you for having a look. My reason for calling this a bug is that different builds of Elmer do not experience any crashing. I have a friend with an older version of the ppa installation ( https://launchpad.net/~elmer-csc-ubuntu/+archive/ubuntu/elmer-csc-ppa ) which has not crashed...
by robtovey
22 Apr 2024, 11:30
Forum: Bug reports
Topic: Random crashes while repeatedly running the same script
Replies: 4
Views: 194

Random crashes while repeatedly running the same script

I've recently been playing with a particular mechanical simulation problem and found a surprisingly broad spectrum of behaviours. I've run the attached example 8 times this morning and had: - 5 successful executions - two overflow/underflow errors with the message "Norm of solution appears to b...
by robtovey
28 Mar 2024, 18:00
Forum: ElmerSolver
Topic: Understanding mechanical simulations with boundary contacts
Replies: 1
Views: 598

Understanding mechanical simulations with boundary contacts

I have been playing with some contact mechanics in Elmer but feeling like there is something I'm missing. My experience so far has been that results often look a bit suspicious and can be quite fragile with lots of failed simulations for one reason or another. I'm hoping someone on this forum might ...
by robtovey
26 Jan 2024, 13:20
Forum: Bug reports
Topic: ElmerGrid "forgets" some names converting from gmsh
Replies: 6
Views: 1527

Re: ElmerGrid "forgets" some names converting from gmsh

For completeness, here is a set of test cases which I think demonstrates the full behaviour: test.zip A quick summary, the physical setup is that there is a disk inside an annulus where the inner boundary of the annulus exactly matches the boundary of the disk. The sif file attaches an outwards forc...
by robtovey
23 Jan 2024, 20:26
Forum: Bug reports
Topic: ElmerGrid "forgets" some names converting from gmsh
Replies: 6
Views: 1527

Re: ElmerGrid "forgets" some names converting from gmsh

Thank you both for helping clarify what's happening. From a user perspective it feels buggy because it's not documented and not consistent. In the three geometries I've tried: - all of the boundaries are preserved from gmsh version 2 - ElmerGrid fails with a message of unsupported features in versio...
by robtovey
22 Jan 2024, 16:05
Forum: Bug reports
Topic: ElmerGrid "forgets" some names converting from gmsh
Replies: 6
Views: 1527

ElmerGrid "forgets" some names converting from gmsh

Cross-posting from github issue I have a gmsh file which specifies 28 "PhysicalNames" but unfortunately the resulting "mesh.names" file only contains 14 of them. Please see the original post for more details, but feel free to interact on either platform. The problem appears to be...