Users Forum

ADONIS Category => Bugs and Problems => Topic started by: breinbaas on January 08, 2021, 12:34:29 am

Title: Crashes [Solved]
Post by: breinbaas 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()
Title: Re: Crashes
Post by: Roozbeh 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.
Title: Re: Crashes
Post by: Roozbeh on January 09, 2021, 05:11:16 am
it's fixed in latest release V3.10.1