Search found 99 matches

by NJank
16 Nov 2019, 20:53
Forum: Bug reports
Topic: SaveLine, first two points are always in reverse order?
Replies: 2
Views: 3892

SaveLine, first two points are always in reverse order?

Whenever calling the SaveLine using polyline coordinates, i noticed that the first two points in the output are always in reverse order. example, calling the solver as: Solver 2 Equation = String "SaveLine" Exec Solver = String "After Simulation" Procedure = File "SaveData&q...
by NJank
03 Nov 2019, 04:29
Forum: Bug reports
Topic: iterative results ignoring Max Output Level
Replies: 0
Views: 6697

iterative results ignoring Max Output Level

running an Heat equation model with the following simulation & solver blocks: Simulation Max Output Level = 3 Coordinate System = "Cartesian 2D" Coordinate Mapping(3) = 1 2 3 Simulation Type = "transient" Timestep Sizes(1) = 1e-3 Timestep Intervals(1) = 60 Timestepping Method...
by NJank
27 Oct 2019, 15:26
Forum: General
Topic: Documentation source on github?
Replies: 4
Views: 3348

Re: Documentation source on github?

I know how to find the documentation, and I know where the github is, but it didn't see any documentation source there. Maybe I missed it?
by NJank
27 Oct 2019, 01:33
Forum: General
Topic: Documentation source on github?
Replies: 4
Views: 3348

Documentation source on github?

wondering if the documentation source is hosted somewhere on GitHub or similar with the program source or if it's just maintained offline and periodically updated/uploaded?
by NJank
07 Apr 2019, 13:31
Forum: ElmerSolver
Topic: MATC: if-elseif or select?
Replies: 8
Views: 6729

Re: MATC: if-elseif or select?

What's the LUA equivalent construct?
by NJank
12 Mar 2019, 17:17
Forum: Bug reports
Topic: issues with VTU output generation, adaptive/tranisent solutions
Replies: 6
Views: 6801

Re: issues with VTU output generation, adaptive/tranisent solutions

i'm running in windows and can't necessarily download/recompile any recent changes you made, but I don't think the keyword you mentioned would affect the pvd file, would it? setting for pvd creation in the Simulation block still throws the Fortran runtime error: At line 2216 of file c:/ElmerBuild/sr...
by NJank
12 Mar 2019, 00:24
Forum: General
Topic: LUA - suggested summary guide?
Replies: 0
Views: 5087

LUA - suggested summary guide?

Converting my old MATC-heavy scripts to LUA. Can anyone point to a convenient summary document similar to the MATC one in the Elmer Documentation set? Is the LUA implementation a particular version? (I'm reading that 5.35 is the most recent?) Here's a fairly compact 5.1 reference sheet, but not quit...
by NJank
11 Mar 2019, 17:46
Forum: Bug reports
Topic: issues with VTU output generation, adaptive/tranisent solutions
Replies: 6
Views: 6801

Re: issues with VTU output generation, adaptive/tranisent solutions

thanks for the quick response. any thoughts about the erroneous folder location in the pvd file?
by NJank
09 Mar 2019, 01:38
Forum: Bug reports
Topic: adaptive remesh + discontinuity = segfault
Replies: 2
Views: 2880

adaptive remesh + discontinuity = segfault

was trying to see if elmer could tolerate both adaptive mesh refinement and a simple discontinuity (heat gap). Trying different versions of achieving a heat gap. several pairs of grd/sif files attached. several attempted combinations of discontinuity and mesh refinement produce repeatable SEGFAULTS....
by NJank
09 Mar 2019, 00:12
Forum: Contributed Cases
Topic: simple adaptive meshing and MATC parameters, 2D steady state
Replies: 4
Views: 13411

Re: simple adaptive meshing and MATC parameters, 2D steady state

Updating the example to capture steady state and transient cases with VTU output for Paraview The attached files are updates of the original files. They showcase solving the transient heat equation with adaptive mesh refinement. The block is initially at 100°C. It has a bottom boundary fixed at 0°C...