- Sep 02, 2022
-
-
Giannis Nikiteas authored
-
Giannis Nikiteas authored
-
Giannis Nikiteas authored
This removes the need to use the `-ffree-line-length-none` flag with gfortran
-
Giannis Nikiteas authored
-
Giannis Nikiteas authored
-
Giannis Nikiteas authored
- Allows for optional arguments - Fixes how jagged arrays are dereferenced
-
- Aug 30, 2022
-
-
Jonathan Lambrechts authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
do not use setup.py to build wheel Closes #2061 See merge request gmsh/gmsh!472
-
Christophe Geuzaine authored
-
- Aug 29, 2022
-
-
Jonathan Lambrechts authored
-
Jonathan Lambrechts authored
-
- Aug 27, 2022
-
-
Christophe Geuzaine authored
-
- Aug 26, 2022
-
-
Jonathan Lambrechts authored
python package is installed via make; make install (i.e without wheel)
-
- Aug 23, 2022
-
-
Christophe Geuzaine authored
-
- Aug 20, 2022
-
-
Christophe Geuzaine authored
-
- Aug 18, 2022
-
-
Christophe Geuzaine authored
precompute entity bounding boxes when saving partitions in separate fiels (we write the full brep in each file, so otherwise we end up computing the bounding boxes as many times as we have partitions)
-
- Aug 16, 2022
-
-
Christophe Geuzaine authored
-
- Aug 15, 2022
-
-
Christophe Geuzaine authored
multiply NumSubEdges by number of poles for splines, which makes the occ drawing code behave more like the geo drawing code (cf. #2051)
-
- Aug 07, 2022
-
-
Christophe Geuzaine authored
-
- Jul 31, 2022
-
-
Christophe Geuzaine authored
-
- Jul 26, 2022
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jul 06, 2022
-
-
Christophe Geuzaine authored
-
- Jul 03, 2022
-
-
Christophe Geuzaine authored
build a single compound shape before copy(), so that we won't duplicate internal boundaries - cf. #2000)
-
- Jun 30, 2022
-
-
Christophe Geuzaine authored
-
- Jun 29, 2022
-
-
Christophe Geuzaine authored
-
Giannis Nikiteas authored
-
Giannis Nikiteas authored
-
- Jun 28, 2022
-
-
Giannis Nikiteas authored
-
Giannis Nikiteas authored
-
Giannis Nikiteas authored
Also removes resolved TODOs and removes usage of target where not needed
-
Giannis Nikiteas authored
-
Giannis Nikiteas authored
-
Giannis Nikiteas authored
- You can use Fortran arrays as inputs, which are internally converted to C ptrs - You can input normal Fortran strings which are internally converted to C strs - You don't have to pass the size as an argument - Return arrays are now Fortran allocatables arrays - Jagged arrays are inserted/output as a single array and an array with the lengths of each dimension as opposed to cptr, cptr, size_n - Pairs are now a (1:2,n) array that is cast into an assumed shape array in C - `intent` keywords have been added to most variable types - Had to create a dummy modue `fsize_m` to prevent the intrinsic `size()` being shadowed by any potential variables being named `size` NOTES: 1. All the memory allocations in C need to be freed with a C callback otherwise we are leaking memory 2. TODO List: 1. Add intent(out) for oint, osize, odouble 2. Add optional arguments for ierr 3. Add more generic optional arguments see Python 4. Allow for already allocated arrays to be deallocated internally
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jun 24, 2022
-
-
Christophe Geuzaine authored
-
- Jun 21, 2022
-
-
Christophe Geuzaine authored
- new optional arguments to occ/addThruSections (#1976)
-
Christophe Geuzaine authored
-