Skip to content

Prool's modifications of CalculiX GraphiX (cgx)

License

Notifications You must be signed in to change notification settings

calculix/cgx_prool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
prool
Aug 3, 2023
774e4f5 · Aug 3, 2023

History

55 Commits
Mar 23, 2017
Jul 7, 2016
Aug 1, 2016
Apr 2, 2017
May 4, 2018
Feb 13, 2020
Jan 9, 2020
Aug 17, 2020
Oct 11, 2021
Jan 12, 2022
Aug 2, 2022
Aug 3, 2023
Jun 26, 2016
Jun 20, 2016
Apr 16, 2015
Apr 16, 2015
Aug 17, 2020
Jun 20, 2016
Apr 16, 2015
Jan 12, 2022

Repository files navigation

cgx_prool

Prool's modifications of CalculiX GraphiX (cgx)

Ubuntu

In Ubuntu need:

sudo apt install xorg-dev sudo apt install libglu1-mesa-dev

how to make:

cd cgx_2.8/src

make

or

cd cgx_2.10/src

make

In Ubuntu 16.10 with gcc6 delete please from file extUtil.h this 2 lines:

#define min(a,b) ((a) <= (b) ? (a) : (b))

#define max(a,b) ((a) >= (b) ? (a) : (b))

and add flag -Wno-narrowing to Makefile to CFLAGS variable

how to test:

./cgx 1.frd

Windows

For build in Windows use instruction from General Electric:

https://github.com/GeneralElectric/CalculiX

General Electric rulez!

prool contacts

e-mail proolix@gmail.com

sites:

http://calculixforwin.com

http://calculix.kharkov.org

http://prool.kharkov.org

About

Prool's modifications of CalculiX GraphiX (cgx)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published