SpartaKushK
625a77c0d5
Codacy Small Bug Fixes:
...
- cleaned up imports
- cleaned up some code
- added docstrings
2023-11-17 09:51:29 +01:00
Ben Volokh
38ecebd44b
Simplex Domain ( #152 )
...
* add Simplex Domain
* unittests for Simplex
* docs update
---------
Co-authored-by: Dario Coscia <93731561+dario-coscia@users.noreply.github.com >
2023-11-17 09:51:29 +01:00
Kush
0ea17d8ff4
Operation docs update ( #154 )
...
* Operation Interface Enhancement + Clarification
- added set notation to all the geometry operations
- added a warning to say sample_surface=True doesn't work
* minor fix docs
* fix operation_interface.py doc
---------
Co-authored-by: Dario Coscia <dariocoscia@Dario-Coscia.local >
Co-authored-by: Dario Coscia <93731561+dario-coscia@users.noreply.github.com >
2023-11-17 09:51:29 +01:00
Kush
2d0256a179
Geometry Operations Enhancement ( #122 )
...
* updating exclusion domain
- update sample/ is_inside
- create tests
* difference fixes
- random iteration list for sample
* created Intersection
* created a Difference domain
* unittest
* docstrings and minor fixes
* Refacotring Geometries
- added OperationInterface
- redid test cases
- edited Union, Intersect, Exclusion, and Difference
to inherit from OperationInterface
- simplified Union, Intersect, Exclusion, and Difference
* rm lighting logs
---------
Co-authored-by: Dario Coscia <dariocoscia@cli-10-110-16-239.WIFIeduroamSTUD.units.it >
2023-11-17 09:51:29 +01:00
Dario Coscia
39f96c7eab
Fix ellipsoid.py bug
...
- Fixing a typo in `ellipsoid.py`
2023-11-17 09:51:29 +01:00
Dario Coscia
63a3296293
Docs fix cartesian.py
2023-11-17 09:51:29 +01:00
Dario Coscia
982af4a04d
Solving problems related to Geometry ( #118 )
...
* fix and add tests
* minor fix on domain classes
---------
Co-authored-by: Dario Coscia <dariocoscia@cli-10-110-0-208.WIFIeduroamSTUD.units.it >
Co-authored-by: Dario Coscia <dariocoscia@dhcp-040.eduroam.sissa.it >
2023-11-17 09:51:29 +01:00
Kush
62ec69ccac
edited utils to take list ( #115 )
...
* enhanced difference domain
* refactored utils
* fixed typo
* added tests
---------
Co-authored-by: Dario Coscia <93731561+dario-coscia@users.noreply.github.com >
2023-11-17 09:51:29 +01:00
Kush
aaf2bed732
union domain implementation ( #109 )
...
* Union Class
* Implemented Union Tests
---------
Co-authored-by: Dario Coscia <93731561+dario-coscia@users.noreply.github.com >
2023-11-17 09:51:29 +01:00
Nicola Demo
0e3625de80
equation class, fix minor bugs, diff domain ( #89 )
...
* equation class
* difference domain
* dummy dataloader
* writer class
* refactoring and minor fix
2023-11-17 09:51:29 +01:00