tamaas/pythonmaster
tamaas/python
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
7b5ec4cc38d8 | frerot | added dump of surface fields in VTK files | May 12 2022 | |||
38eb11899a50 | frerot | fixed decorator ordering | May 12 2022 | |||
a8986393d27a | frerot | added netcdf to paraview file conversion | May 11 2022 | |||
24351fe95e2b | frerot | added @classmethod for read functions in dumpers | May 11 2022 | |||
e0a01ad22e7e | frerot | Merge branch 'master' into features/materials | May 9 2022 | |||
93fa1380f6bd | frerot | flake8 formating | May 9 2022 | |||
d19c6d819ecd | frerot | correctly handling dump mpi compatibility | May 6 2022 | |||
94fe16d9801f | frerot | using local and global variables for publications | May 6 2022 | |||
0eb41bf3cc68 | frerot | refreshed README | May 6 2022 | |||
2eedc50cbe2c | frerot | added tests for netcdf mpi IO | May 5 2022 | |||
41d64abe7e11 | frerot | added __all__ definition in utils.py | May 2 2022 | |||
1825edb7098a | frerot | adding Tamaas information to dump files | Apr 25 2022 | |||
02dde1d5fb78 | frerot | added functional accessor for contact solvers | Apr 22 2022 | |||
fdd25350ee5b | frerot | NetCDFDumper can now dump in MPI | Apr 14 2022 | |||
808f4ef5312b | frerot | defining boundary field predicate in C++ | Apr 14 2022 | |||
f9607922e458 | frerot | added python constructor for Model | Apr 7 2022 | |||
68395442fa89 | frerot | fixed return policy for scatter and gather bindings | Apr 6 2022 | |||
f6c88495cce5 | frerot | added tamaas.mpi.scatter and tamaas.mpi.gather | Apr 6 2022 | |||
3901c186d1d1 | frerot | added tamaas.utils.publications to print relevant publications | Apr 5 2022 | |||
932a5e9b9558 | frerot | added a read_sequence method to read data frames | Mar 21 2022 | |||
00e5015563d2 | frerot | refreshed dumpers private API | Mar 16 2022 | |||
8b1f18b91b90 | frerot | added generator of surfaces from a sequence of seeds | Mar 10 2022 | |||
d4e72444f397 | frerot | [doc] cleaned up API auto documentation | Mar 7 2022 | |||
161d5979b7fc | frerot | simplified member functions in nonlinear_solvers | Mar 3 2022 | |||
a32fd3ed3a84 | frerot | added deep-copy functionality for Model objects | Mar 3 2022 | |||
94d9ff2f1a64 | frerot | [doc] added documentation for utils module | Mar 2 2022 | |||
abda169fde82 | frerot | linting | Mar 1 2022 | |||
b3d7958eb0de | frerot | added a from_voigt compute function | Mar 1 2022 | |||
6885f6dd2d1e | frerot | added tamaas.utils which contains some QOL functions | Mar 1 2022 | |||
4ba31ed94a65 | frerot | [doc] docstrings in __main__.py | Mar 1 2022 | |||
2b24d9d43e38 | frerot | updated copyright | Jan 4 2022 | |||
9afe65f91937 | frerot | gracefully fail 'plot' if matplotlib is missing | Nov 4 2021 | |||
559faac5412a | frerot | more robust testing if field is a boundary field | Nov 4 2021 | |||
fc069823b134 | frerot | python linting | Aug 20 2021 | |||
26424b111ba5 | frerot | Merge branch 'master' into features/materials | Aug 4 2021 | |||
5871c9edfbdb | frerot | added a `--version` flag to the tamaas command | Aug 4 2021 | |||
ad9b3ca44951 | frerot | added linting with clang-tidy & lint corrections | Jul 20 2021 | |||
7eab7018c9f3 | frerot | [ci] using flake8 for linting of python code | Jul 20 2021 | |||
9954206dc53e | frerot | linting wrapper | Jul 15 2021 | |||
0347e231c864 | frerot | using json to dump model attributes in NumpyDumper | Jul 6 2021 | |||
2d5f6817fb8e | frerot | corrected description in setup.py | Jun 25 2021 | |||
95909a4d249d | frerot | Merge branch 'master' into features/materials | Jun 16 2021 | |||
79355c2aefe7 | frerot | migrated repository to gitlab | Jun 11 2021 | |||
1fc7644bad52 | frerot | cleaned up license headers | Jun 10 2021 | |||
e76bb9e66413 | frerot | added more docstrings | Jun 9 2021 | |||
1de4d8b950ca | frerot | added docstrings to some python function bindings | Jun 9 2021 | |||
0257e3cb2f4e | frerot | making the whole library compile with cuda | May 28 2021 | |||
3557cd97a518 | frerot | adding type annotations and using f-strings for dumpers | May 7 2021 | |||
d3dfb81c535e | frerot | using git to create tarball archive | May 1 2021 | |||
bb4c6112532f | frerot | using versionneer to manage version numbers | May 1 2021 | |||
769e213d4b4c | frerot | Merge branch 'master' into features/materials | Apr 29 2021 | |||
5c88b7c45e1a | frerot | pretty printing secondary scons commands (tests + install) | Apr 29 2021 | |||
7fc91b79d964 | frerot | forgot `import os` | Apr 26 2021 | |||
287cf88791d0 | frerot | better handling of file descriptors in JSONDumper | Apr 26 2021 | |||
93a4d5811ae9 | frerot | marking test_epic and westergaard_multi as xfail if backend == 'tbb' | Apr 26 2021 | |||
3438ff37dbe4 | frerot | testing UVW writes | Apr 25 2021 | |||
0d37c22cb392 | frerot | added JSON dumping capability and fixed dump issues ∀ model types | Apr 25 2021 | |||
a5ad130c558f | frerot | using pathlib instead of os.path in dumpers | Apr 25 2021 | |||
86e5cb1e1789 | frerot | allowing model read from HDF5 with MPI | Apr 19 2021 | |||
97bffadf7b6a | frerot | added read method to NetCDFDumper | Apr 17 2021 | |||
0ba6912bc122 | frerot | added sequential read function to H5Dumper | Apr 17 2021 | |||
0fad580005ff | frerot | added read method to FieldDumper (raises RuntimeError) | Apr 16 2021 | |||
da270d6f9606 | frerot | added read() method to NumpyDumper | Apr 16 2021 | |||
d088bf7abd63 | frerot | corrected description of `tamaas` command | Apr 6 2021 | |||
b4d5adb73bc8 | frerot | writing surface info in text header instead of numpy file | Apr 6 2021 | |||
67d6e4dc8646 | frerot | added dump option to `surface` command | Apr 6 2021 | |||
9c33983aed18 | frerot | silencing warning about missing uvw package | Apr 5 2021 | |||
b19adf7440cd | frerot | [doc] changing man section number to 7 | Apr 2 2021 | |||
6a713f330f44 | frerot | added an entry point `tamaas` with three sub-commands | Apr 2 2021 | |||
6c56b69be4a2 | frerot | [doc] silencing warnings when generating documentation | Mar 20 2021 | |||
8ea64976e79c | frerot | using SCons File and Dir instead of os.path functions | Mar 15 2021 | |||
70977949d1a6 | frerot | avoid using main_env in SConscripts | Mar 14 2021 | |||
93218b972dd2 | frerot | added binder badge to setup.py for PyPI | Mar 13 2021 | |||
db2125bf48ed | frerot | not importing uvw.parallel in UVWDumper | Mar 13 2021 | |||
4201535ed684 | frerot | announcing removal of python 2 | Mar 12 2021 | |||
f4a28900a4b4 | frerot | added references to the CHANGELOG in documentation | Mar 12 2021 | |||
b7acda2db04c | frerot | added a base material class | Mar 9 2021 | |||
007c94bbf6f6 | frerot | using a helper class to save previous internal states | Mar 8 2021 | |||
0d10e7053ff3 | frerot | moving material law definitions to own folder | Mar 8 2021 | |||
46db5babbf1a | frerot | setup netcdf dumper for parallel writes | Jan 14 2021 | |||
2b523bbf68a7 | frerot | stopped using leading and trailing __ in header guards | Jan 7 2021 | |||
10e17acc88ce | frerot | Merge branch 'deprecated_bindings' | Jan 7 2021 | |||
d20839711fb3 | frerot | unnecessary return type on lambda | Jan 7 2021 | |||
8b01fcdb4d21 | frerot | removed all legacy code | Jan 7 2021 | |||
dd37e82c03d3 | frerot | deprecated old bindings | Jan 7 2021 | |||
74509e1d1987 | frerot | added traction and displacement properties to model bindings | Jan 5 2021 | |||
9054b97f8b37 | frerot | modified dumpers for new interface | Jan 5 2021 | |||
2316c9ebcdd7 | frerot | copyright year 2021 | Jan 1 2021 | |||
49155381f7a4 | frerot | added __call__ to IntegralOperator bindings | Dec 31 2020 | |||
560001b7e019 | frerot | adding a constructor with global shape to surface generators | Dec 31 2020 | |||
9d2cf7093171 | frerot | more pythonic bindings of surface generators, solvers and flood fill | Dec 31 2020 | |||
cfbbd07ff0cf | frerot | more pythonic interface for accessing integral operators | Dec 30 2020 | |||
92343fd27ef3 | frerot | added documentation on MPI | Dec 10 2020 | |||
73a8b44d38ce | frerot | updated stress example to run with mpi | Dec 9 2020 | |||
695f2e0111b0 | frerot | protecting mkdir in @directory_dump | Dec 8 2020 | |||
74402ed7185c | frerot | added readonly properties to python model bindings | Dec 8 2020 | |||
eed5bd5407de | frerot | converting only dumped fields in hdf5toVTK | Dec 8 2020 | |||
6f1bb5d3d5ce | frerot | added helper function to convert hdf5 model dump to VTK | Dec 8 2020 | |||
f739905b88d2 | frerot | raising exception if scipy solvers are used with MPI | Dec 8 2020 | |||
09b1019f9242 | frerot | use uvw.RectilinearGrid instead of parallel variant | Dec 8 2020 |
c4science · Help