tamaas/testsci-fix-static-checks
tamaas/tests
ci-fix-static-checks
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
b9dabc584b89 | frerot | removed tests/ci/script submodule | Jan 30 2023 | |||
3be5dd33a744 | frerot | deprecating ModelFactory.createResidual | Jan 30 2023 | |||
3db25847471e | frerot | fixed deprecation warnings | Jan 27 2023 | |||
d0db1c5e6e0a | frerot | removed model_type template in materials | Jan 25 2023 | |||
21cac39091a6 | frerot | removing unwanted files from compile_commands db | Jan 24 2023 | |||
2c12b065e12c | frerot | reactivated clang-tidy and added mypy to ci | Jan 23 2023 | |||
ef80ea4721c8 | frerot | Merge branch 'features/materials' | Jan 18 2023 | |||
24902e40d876 | frerot | updated copyright year 2023 | Jan 17 2023 | |||
b561d780669b | frerot | ENH: added request method to FieldContainer for restarts | Nov 7 2022 | |||
b4a4b77f3b96 | frerot | added finite difference rms slopes method | Sep 20 2022 | |||
89d122f9d03b | frerot | testing plasticity with Ny = 1 (plane strain) | Sep 14 2022 | |||
5af9f717d0f1 | frerot | raising exception when model is created with zero dimension | Sep 9 2022 | |||
5202aa939431 | frerot | fixed HookeField test: run in sequential | Sep 8 2022 | |||
7bb4bacf6434 | frerot | added test for HookeField | Sep 8 2022 | |||
b04f77dc3672 | frerot | [CI] docker variables don't support bash substitution | Aug 22 2022 | |||
2bcc6ba06d49 | frerot | [CI] correctly setting wheel BOOST_ROOT | Aug 22 2022 | |||
664d88fdf37d | frerot | [CI] using 20.04 LTS boost version (1.71.0) for wheels | Aug 22 2022 | |||
824c5e5ebb8d | frerot | making Model use the FieldContainer interface | Aug 18 2022 | |||
b9cfa0546a2e | frerot | fixed mpi flood fill test | Jul 21 2022 | |||
2127da253b2f | frerot | fixing extent drift in flood fill | Jul 20 2022 | |||
d2ad39955cff | frerot | fixed flood fill to properly account for pbcs for bbox | Jul 20 2022 | |||
6eeb023f4752 | frerot | avoiding scons errors in wheels build | Jul 19 2022 | |||
68aa539608a9 | frerot | added tests for the matvec interface of Hooke and Kelvin | Jul 18 2022 | |||
912f89c59336 | frerot | added a simple span<T> class to help manage memory views | Jul 18 2022 | |||
9ae275d10ede | frerot | adding pytest option --log-debug to show debug output in tests | Jul 18 2022 | |||
86647c14b6e7 | frerot | bumping manylinux version | Jul 16 2022 | |||
bd9c47eb68cb | frerot | Merge branch 'master' into features/materials | Jul 1 2022 | |||
3e30cf120309 | frerot | added option to turn off directory dump in dumpers | Jul 1 2022 | |||
a674186d994c | frerot | updated copyrights for Python files | Jun 29 2022 | |||
4b538827d5d4 | frerot | updated copyrights for C++ files | Jun 29 2022 | |||
22ae9a858766 | frerot | added tamaas.utils.radial_average | Jun 28 2022 | |||
a93ea8a43b13 | frerot | added a stat method to compute area of graph of function | Jun 20 2022 | |||
0049a94bd5af | frerot | added API to IntegralOperator to convert into scipy's LinearOperator | May 30 2022 | |||
a95bae08f7a0 | frerot | setting default visibility to hidden for wheels | May 16 2022 | |||
540f525efedc | frerot | increasing tolerance for newton-krylov solver | May 13 2022 | |||
e0a01ad22e7e | frerot | Merge branch 'master' into features/materials | May 9 2022 | |||
d19c6d819ecd | frerot | correctly handling dump mpi compatibility | May 6 2022 | |||
6c36659917ba | frerot | added test for publications | May 6 2022 | |||
b6681ec70d25 | frerot | handling test when nc-config is missing | May 5 2022 | |||
2eedc50cbe2c | frerot | added tests for netcdf mpi IO | May 5 2022 | |||
5a6df2de8725 | frerot | fixed test error when uvw not installed | May 5 2022 | |||
f5cabe2f7b85 | frerot | correctly setting PYTHONPATH for scons test | May 5 2022 | |||
9f4af773627d | frerot | building wheels for CPython 3.10 | Apr 13 2022 | |||
f6c88495cce5 | frerot | added tamaas.mpi.scatter and tamaas.mpi.gather | Apr 6 2022 | |||
1ec57adb4a77 | frerot | removed stray print in zenodo.py | Mar 22 2022 | |||
9a0b47c737c0 | frerot | updated changelog with version 2.4.0 | Mar 22 2022 | |||
3ac1070eb4fc | frerot | deleting old files in zenodo draft | Mar 21 2022 | |||
0d26241b3a23 | frerot | added zenodo script to create new zenodo releases | Mar 21 2022 | |||
932a5e9b9558 | frerot | added a read_sequence method to read data frames | Mar 21 2022 | |||
e0d715877c62 | frerot | uniformized behavior of PYBIND11_ROOT compared to *_ROOT variables | Mar 17 2022 | |||
86dc241245c5 | frerot | [ci] correct path for pybind11 headers in manylinux image | Mar 16 2022 | |||
4136befc50e4 | frerot | [ci] including vendored dependencies in ci images | Mar 16 2022 | |||
00e5015563d2 | frerot | refreshed dumpers private API | Mar 16 2022 | |||
a32fd3ed3a84 | frerot | added deep-copy functionality for Model objects | Mar 3 2022 | |||
6885f6dd2d1e | frerot | added tamaas.utils which contains some QOL functions | Mar 1 2022 | |||
2b24d9d43e38 | frerot | updated copyright | Jan 4 2022 | |||
c80f58ccea73 | frerot | added -pthread flag to test linking | Dec 15 2021 | |||
7978874b3c1c | frerot | fixed issue with scons -c | Nov 23 2021 | |||
26424b111ba5 | frerot | Merge branch 'master' into features/materials | Aug 4 2021 | |||
ad9b3ca44951 | frerot | added linting with clang-tidy & lint corrections | Jul 20 2021 | |||
924196b3e6c3 | frerot | [ci] using flake8 from pypi instead of debian | Jul 20 2021 | |||
a3ffe31ab0e6 | frerot | removed the `use_googletest` build option | Jul 15 2021 | |||
37817268dbc0 | frerot | testing real and integer types at configure | Jun 30 2021 | |||
707ca84943d3 | frerot | [ci] explicitely installing openmpi in debian image | Jun 23 2021 | |||
5b7fb80198a4 | frerot | [ci] added pip back in docker images | Jun 23 2021 | |||
80cd543380a8 | frerot | [ci] enabling compilation cache | Jun 23 2021 | |||
95909a4d249d | frerot | Merge branch 'master' into features/materials | Jun 16 2021 | |||
dd5bfe56473c | frerot | [ci] moving wheels step to build | Jun 15 2021 | |||
a26e113c41ca | frerot | [ci] setup continuous delivery | Jun 15 2021 | |||
1fc7644bad52 | frerot | cleaned up license headers | Jun 10 2021 | |||
de1480b0e7ae | frerot | compiling tests with cuda | Jun 2 2021 | |||
cdc6ac1a08f9 | frerot | correctly computing contact area in mpi context | Jun 1 2021 | |||
3d1b4c64338f | frerot | corrected includes for cpp tests | May 31 2021 | |||
7e692627014a | frerot | ensuring uniform surface generator seed accross processes | May 25 2021 | |||
769e213d4b4c | frerot | Merge branch 'master' into features/materials | Apr 29 2021 | |||
5c88b7c45e1a | frerot | pretty printing secondary scons commands (tests + install) | Apr 29 2021 | |||
b56f89b4dba1 | frerot | better use of fixtures in tests | Apr 28 2021 | |||
99aeeb8af4ed | frerot | test_patch_westergaard now tests all applicable model types | Apr 27 2021 | |||
d5841e5c2852 | frerot | removed legacy bem grid test file | Apr 27 2021 | |||
73019bea551e | frerot | integrated autocorrelation test into test_surface | Apr 27 2021 | |||
93a4d5811ae9 | frerot | marking test_epic and westergaard_multi as xfail if backend == 'tbb' | Apr 26 2021 | |||
4dbc3ee00066 | frerot | cleaned up test fixtures (using parameter names) | 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 | |||
64e101c13b91 | frerot | mpi-compatible implementation of getClusters() | Apr 20 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 | |||
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 | |||
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 | |||
659ebdd10165 | frerot | using absolute path for env variables with `scons test` | Mar 8 2021 | |||
0c1bc986d3bc | frerot | [ci] added gitlab ci file | Mar 3 2021 | |||
881abfa51439 | frerot | [tests] not running mpi googletest if not compiled with mpi | Mar 3 2021 | |||
1b416aafdfde | frerot | using tmp_path fixture for dumper tests | Feb 16 2021 |
c4science · Help