Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 503 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 503 Bytes

Generate C files using Sage

  • Install Sage from https://www.sagemath.org

  • Prepare ".py" files for your own project in the corresponding directory (please check out those ".py" files in the examples).

  • Run with

./test.py

to generate the corresponing C files.

Prepare .py files for your own codes

see Codes/Nmesh.py as an example for code Nmesh

Recipe for your own codes and projects

...

Options for mode in enum ManipulateMode in module misc_functions

...