x

ADONIS:
Version 3.90.11 (Released at 07/28/2025)
- A new capability has been implemented to ensure moment continuity between two separate beam elements that share the same structural node

HYRCAN:
Version 3.0.2 (Released at 07/27/2025)
- Bug in adding user defined surface using center and radius is fixed.


Crashes [Solved](Read 20251 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