Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GSoC 2024] Binding PyElastica with Elastica++ #391

Merged
merged 65 commits into from
Sep 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
7a1fe25
Switch to scikit_build_core, remove setup.py
ankith26 May 30, 2024
060f94f
Add basic pybind11 example with meson buildsystem
ankith26 May 30, 2024
a587b65
Start integrating dependencies
ankith26 Jun 9, 2024
8c36584
elasticapp _batch_matmul ports with benchmarking
ankith26 Jun 13, 2024
3e05a9e
add math utility libraries
skim0119 Jun 14, 2024
b3221cd
add blaze traits
skim0119 Jun 14, 2024
ecedea5
Wrap and test everything in BlazeLinearAlgebra.hpp
ankith26 Jun 23, 2024
d612817
python-binding template for vector/matrix/tensor
skim0119 Jun 24, 2024
fb7f32d
include SO3 backend implementation
skim0119 Jun 26, 2024
f66d050
Fix Utilities/Math/Python issues and make it build
ankith26 Jul 5, 2024
3737d5c
Add elasticapp documentation
ankith26 Jul 7, 2024
4e7a04b
port linalg to use Utils/Math/Python objects
ankith26 Jul 7, 2024
f9d4d00
Update README.md
skim0119 Jul 10, 2024
7d45e74
Add batchcross benchmarking
ankith26 Jul 10, 2024
f1eaef8
Setup optimization blaze defines globally
ankith26 Jul 10, 2024
a61a445
revert: __str__ for blaze objects. Other print-related methods are ad…
skim0119 Jul 11, 2024
2e34cdd
feat: Add bound check during blaze setter
skim0119 Jul 11, 2024
99ff10f
Add default simulator frames definition
skim0119 Jul 11, 2024
d03eb97
binding: elastica tags
skim0119 Jul 11, 2024
23cf020
add elastica::tags and system-type structure
skim0119 Jul 11, 2024
9802213
files: CosseratRod system
skim0119 Jul 11, 2024
4bd8a3a
Add backend CI
ankith26 Jul 11, 2024
47952a7
file: Add MakeString
skim0119 Jul 12, 2024
bcb7ad8
Merge branch 'ankith26-gsoc' of https://github.com/ankith26/PyElastic…
skim0119 Jul 12, 2024
d005f62
remove pretty print for now
skim0119 Jul 12, 2024
5b28ec7
files: add Rod-related traits and include trees
skim0119 Jul 12, 2024
b42fab3
files: add system states
skim0119 Jul 12, 2024
ee2fa43
files: common features for system
skim0119 Jul 12, 2024
b393ab0
Update elasticapp.yml
skim0119 Jul 12, 2024
946459a
files: add Materials
skim0119 Jul 12, 2024
1252253
Update elasticapp.yml
skim0119 Jul 12, 2024
54a2afa
files: block concepts
skim0119 Jul 12, 2024
ed8124e
files: add system configuration
skim0119 Jul 12, 2024
7c43877
pybind: add PyTags
skim0119 Jul 12, 2024
ca9025f
remove ::elastica::Time temporarily to detach from Time madules
skim0119 Jul 12, 2024
575997c
files: add error handling
skim0119 Jul 12, 2024
e182636
files: module settings
skim0119 Jul 13, 2024
1bfb5d4
files: block headers
skim0119 Jul 13, 2024
63b1c27
Handle brigand in buildscript instead of wrap
ankith26 Jul 13, 2024
d92a09c
files: necessary utils
skim0119 Jul 13, 2024
96f67a3
Merge branch 'ankith26-gsoc' of https://github.com/ankith26/PyElastic…
skim0119 Jul 13, 2024
acf83d4
files: component helpers and names
skim0119 Jul 13, 2024
cf55e22
files: add missing math utility files
skim0119 Jul 13, 2024
818de4d
files: add missing utils
skim0119 Jul 13, 2024
8609208
Update BindCosseratRod.cpp
skim0119 Jul 13, 2024
8da7f85
add rod construction script
skim0119 Jul 13, 2024
5da6a9e
Implement inv_rotate in elasticapp._rotations
ankith26 Jul 14, 2024
25c6237
Port more inv_rotate tests
ankith26 Jul 14, 2024
37e5860
Implement rotate in elasticapp._rotations
ankith26 Jul 15, 2024
a984130
fix: remove pretty type
skim0119 Jul 20, 2024
177ac70
Merge branch 'ankith26-gsoc' of https://github.com/ankith26/PyElastic…
skim0119 Jul 20, 2024
17ac94e
Start work the CosseratRod bindings
ankith26 Jul 21, 2024
6c47988
Fix_PyCosseratRods module compilation
ankith26 Aug 4, 2024
579c700
Add a basic test for CosseratRod attributes
ankith26 Aug 4, 2024
151a260
add auto-import logic to elasticapp
ankith26 Aug 4, 2024
23ef432
remove twisted rod and old-damping model
skim0119 Aug 8, 2024
187c20e
add pretty type for pybind
skim0119 Aug 8, 2024
ee41753
add clang-format
skim0119 Aug 8, 2024
b3cc4f8
pretty type pybind getters and variable names
skim0119 Aug 8, 2024
a674997
fix formatting
skim0119 Aug 8, 2024
6a8f2a1
Fix _PyTags link issues
ankith26 Aug 10, 2024
70a073b
Remove failing test, that isn't neeeded anymore
ankith26 Aug 10, 2024
1409988
Add _CosseratRodBlock attributes testing
ankith26 Aug 11, 2024
dd2bac1
Remove all unneeded cmake code
ankith26 Aug 21, 2024
2dfc94e
Added some more doc comments
ankith26 Aug 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove all unneeded cmake code
  • Loading branch information
ankith26 committed Aug 21, 2024
commit dd2bac10924cacbe259189bee5b81cada3b11eba
113 changes: 0 additions & 113 deletions backend/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion backend/cmake/.gitignore

This file was deleted.

142 changes: 0 additions & 142 deletions backend/cmake/AddCxxFlag.cmake

This file was deleted.

36 changes: 0 additions & 36 deletions backend/cmake/CheckCompilerVersion.cmake

This file was deleted.

98 changes: 0 additions & 98 deletions backend/cmake/ElasticaAddInterfaceLibraryHeaders.cmake

This file was deleted.

Loading
Loading