x

ADONIS:
Version 3.90.4 (Released at 04/07/2024)
- Bug in interface save/read is fixed.
- Bug in mesh generation action has been fixed.

HYRCAN:
Version 2.0.13 (Released at 02/03/2024)
- To allow users to import CAD files using scripting, the importmodel command is introduced.
- Program's webhelp has been reformatted.


Crashes [Solved](Read 6321 times)
Crashes [Solved] on: January 08, 2021, 12:34:29 am
v3.1.0

if no material is assigned or no boundary conditions are given, adonis will crash

Code: [Select]
newmodel()
line("startPoint",0,0,"endPoint",40,0)
line("startPoint",40,0,"endPoint",40,-10)
line("startPoint",40,-10,"endPoint",0,-10)
line("startPoint",0,-10,"endPoint",0,0)
discretize("auto")
triangle("auto")
solve()
« Last Edit: August 24, 2022, 07:38:42 am by Roozbeh »



Re: Crashes Reply #1 on: January 08, 2021, 01:14:56 am
thanks for reporting it. it normally should report an error message since model can't be solved without any material being assigned.

I'll take a look into it and fix it in the next release.



Re: Crashes Reply #2 on: January 09, 2021, 05:11:16 am
it's fixed in latest release V3.10.1