x

ADONIS:
Version 3.90.9 (Released at 10/19/2024)
- Minor bugs in mesh generation module has been fixed.
- Gmsh is upgraded to version 4.13.1.

HYRCAN:
Version 2.0.20 (Released at 05/21/2025)
- Tutorial #10 has been translated into Turkish, thanks to UMUT DAĞAR.
- The show() command can now be called from the scripting language.


file - save as ascii text file?(Read 17440 times)
file - save as ascii text file? on: September 22, 2018, 04:38:35 am
Hi Roozbeh,

Just an idea, I don't know how realistic/troublesome that is. Maybe it is possible to write that 'Adonis adf file' optionally as ASCII file (text file). Then external programmers ( I ,  :) ) can take from that file elements , nodes, etc., or even write such file so that Adonis can read it.

Greetings, Dennis



Re: file - save as ascii text file? Reply #1 on: September 22, 2018, 01:26:42 pm
the main reason to go binary was to speed up the saving and reading process and also reduce the adf file size. generating text file is doable but it's not priority.