Search found 64 matches

by rgladstone
30 Jul 2020, 13:46
Forum: Bug reports
Topic: bounds error with lua
Replies: 4
Views: 4364

Re: bounds error with lua

Another colleague found a fix for this, manipulating the pointer in Lua.F90 such that by the time it gets back to GeneralUtils.F90 it has a length! I've committed this to a branch I'm working on in the elmerfem Repo. In case anyone is interested, the commit hash is: 222c9560c948450f24f1cc63c509c7f6c...
by rgladstone
29 Jul 2020, 15:49
Forum: Bug reports
Topic: bounds error with lua
Replies: 4
Views: 4364

Re: bounds error with lua

Hi Kevin, thanks for replying. So the problem variable is a pointer to a string of kind c_char. It is defined as len=: I have not seen this syntax before. I tried setting a hard coded max length but it failed. Not sure if that is what you meant with upper bound? I'll paste some code here to make it ...
by rgladstone
28 Jul 2020, 21:58
Forum: Bug reports
Topic: bounds error with lua
Replies: 4
Views: 4364

bounds error with lua

Hi all, the problem I am reporting should be triggered by most Elmer simulations when lua functionality is parsed. I haven't provided an example because my question is about how to solve this in principal. If someone can suggested a possible solution then I am happy to implement it on my (rather lar...
by rgladstone
10 Apr 2018, 13:11
Forum: Elmer/Ice
Topic: GL dynamics and Stokes in Elmer v8.3
Replies: 2
Views: 5857

Re: GL dynamics and Stokes in Elmer v8.3

Do Clemens Shanwell and Reinhard Drews use parstokes for grounding line movement?
by rgladstone
10 Apr 2018, 13:09
Forum: Elmer/Ice
Topic: Elmer/Ice tests
Replies: 2
Views: 6032

Re: Elmer/Ice tests

Thanks Fabien, I will run the tests again on my laptop when I get the chance and will report in more detail if there are still tests other than the two you mention that fail for me. Could be a few weeks though as I'm rather busy at the moment!

Regards,
Rupert
by rgladstone
21 Dec 2017, 19:04
Forum: Elmer/Ice
Topic: Elmer/Ice tests
Replies: 2
Views: 6032

Elmer/Ice tests

Hi all, I have made a couple of minor code updates recently and I find that I am getting a significant number of failures when running the tests. Do the tests work for anyone else? I am particularly keen to hear from anyone who regularly makes code commits. It would be reassuring to get a clean set ...
by rgladstone
28 Nov 2017, 13:34
Forum: Elmer/Ice
Topic: GlaDS channels with an extruded mesh
Replies: 7
Views: 10008

Re: GlaDS channels with an extruded mesh

There is a note about it here: http://elmerice.elmerfem.org/wiki/doku.php?id=mesh:structuredmesh So it should be like this: Preserve Baseline = Logical True But this just labels the 1D elements around the boundary of the footprint. If I understood right you need all edges labelled within the lower s...
by rgladstone
12 Oct 2017, 15:53
Forum: Elmer/Ice
Topic: GlaDS channels with an extruded mesh
Replies: 7
Views: 10008

Re: GlaDS channels with an extruded mesh

Seems I documented the extruded mesh dumping:

http://elmerice.elmerfem.org/wiki/doku. ... cturedmesh
by rgladstone
12 Oct 2017, 15:50
Forum: Elmer/Ice
Topic: GlaDS channels with an extruded mesh
Replies: 7
Views: 10008

Re: GlaDS channels with an extruded mesh

Hi, I missed this post when it was first posted, but just in case this is still relevant: At some point I implemented an option to preserve basal boundary ids when extruding (I think I didn't quite do it properly and Fab later fixed it), i.e. 202 elements can keep their boundary IDs and the correspo...
by rgladstone
17 May 2017, 11:03
Forum: Elmer/Ice
Topic: Elmer/Ice output formats and processing
Replies: 1
Views: 4721

Elmer/Ice output formats and processing

Hi all, I think most of us use .vtu outputs and visualise outputs in Paraview. But are there other options in common use in the Elmer/Ice community? For example, can unstructured data be written to netcdf4 files and viewed in other packages, such as matlab or maybe visit? Or are some people perhaps ...