Graphmaster
Graph
master
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
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 | ||||
a2d2aa3c75bf | frerot | Using FieldContainer for integral operators | Aug 22 2022 | ||||
f5602878c806 | frerot | [doc] corrected data distribution error snippet | Aug 22 2022 | ||||
01ee3daf64fd | frerot | moved field python interface to FieldContainer bindings | Aug 22 2022 | ||||
92c59a88dbfd | frerot | using proper dtypes in NetCDFDumper | Aug 18 2022 | ||||
824c5e5ebb8d | frerot | making Model use the FieldContainer interface | Aug 18 2022 | ||||
bdf8486d443a | frerot | added fields container interface | Aug 18 2022 | ||||
431595759fa0 | frerot | using a variant map for model fields | Aug 16 2022 | ||||
6a69b0facbfe | frerot | [CI] deactivating cuda | Aug 15 2022 | ||||
5cafc080a6a9 | frerot | linting | Aug 15 2022 | ||||
22170ad57277 | frerot | implemented a static dispatch system | Aug 15 2022 | ||||
88338b8beea5 | frerot | computeError in solvers should be const | Aug 12 2022 | ||||
a8f4af179780 | frerot | [doc] added MPI_Init warning | Aug 9 2022 | ||||
cd1aac06fd48 | frerot | proper reset of communicator in sequential guard | Aug 8 2022 | ||||
1913cc886807 | frerot | [doc] Abort error code | Aug 3 2022 | ||||
a9a45a968fc6 | frerot | [doc] added error handling explanation for MPI partitioning | Aug 3 2022 | ||||
f185e714ed1b | frerot | explicit error when data partitions assigns no data | Jul 28 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 | ||||
55a4d19e43cf | frerot | avoiding include dependency problems with allocator | Jul 20 2022 | ||||
6eeb023f4752 | frerot | avoiding scons errors in wheels build | Jul 19 2022 | ||||
3803465f500f | frerot | using all-version citation for zenodo archive | Jul 19 2022 | ||||
3d55c5b7b145 | frerot | fixed cuda allocator | Jul 19 2022 | ||||
f667c8a652ea | frerot | fixed interface of unified allocator | Jul 18 2022 | ||||
68aa539608a9 | frerot | added tests for the matvec interface of Hooke and Kelvin | Jul 18 2022 | ||||
22dee88b743f | frerot | more flexible constructors for grids | 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 | ||||
056a26ce85d5 | frerot | generic wrap constructor for Grid | Jul 16 2022 | ||||
805d588092f1 | frerot | tidying Array's interface to wrap | Jul 16 2022 | ||||
86647c14b6e7 | frerot | bumping manylinux version | Jul 16 2022 | ||||
e165b5e84fa6 | frerot | ModelFactory can set integration method for volume operators | Jul 15 2022 | ||||
13890bf97ef7 | frerot | matvec interface for Kelvin | Jul 15 2022 | ||||
1f26907f1a26 | frerot | more flexible grid wrapping | Jul 15 2022 | ||||
aa45ec7d3996 | frerot | not assigning zero when resizing grid | Jul 15 2022 | ||||
dccfaf0b3ee4 | frerot | implemented LinearOperator interface for Hooke | Jul 8 2022 | ||||
40549a775601 | frerot | fixed trailing commas in setup.cfg.in | Jul 5 2022 | ||||
6649489188d5 | frerot | updated version in changelog | Jul 5 2022 | ||||
c49383d6f694 | frerot | formatting in CHANGELOG | Jul 1 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 | ||||
8eccc4352ae8 | frerot | updated changelog | Jun 30 2022 | ||||
3661df7e0ddf | frerot | updated copyright for Sphinx documentation | Jun 30 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 | ||||
6de21c3d3743 | frerot | bumped required python and scons versions | Jun 21 2022 | ||||
a93ea8a43b13 | frerot | added a stat method to compute area of graph of function | Jun 20 2022 | ||||
b4188719be68 | frerot | added copyright, maintainer, license to config files | Jun 20 2022 | ||||
9a1c04f110fb | frerot | clang-tidy is a pia | Jun 3 2022 | ||||
0e343655dd45 | frerot | using VERBOSE from env to control verbosity make-like | Jun 2 2022 | ||||
9f0fc6dcf47f | frerot | removed readability checks from clang-tidy | Jun 2 2022 | ||||
04c4b708a638 | frerot | added doc on custom solvers | Jun 2 2022 | ||||
c076a331e848 | frerot | fixed circular include | Jun 1 2022 | ||||
b93169c6395f | frerot | added compile db to default targets | Jun 1 2022 | ||||
e54c8b4b0e9b | frerot | added custom solver example using scipy | May 31 2022 | ||||
236648d0522c | frerot | allowing sub-classing of contact solver in python | May 31 2022 | ||||
0d42fffa0509 | frerot | exposing elastic energy functionals in python | May 31 2022 | ||||
490c191a4b02 | frerot | fixed dependency of cost on discretization | May 31 2022 | ||||
0049a94bd5af | frerot | added API to IntegralOperator to convert into scipy's LinearOperator | May 30 2022 | ||||
a629e57f02ba | frerot | updated CHANGELOG | May 23 2022 | ||||
2ffd909500cc | frerot | temporary fix for https://github.com/pypa/pip/issues/7953 | May 23 2022 | ||||
3c1f495bddb8 | frerot | converted setup.py.in to setup.cfg.in | May 23 2022 | ||||
2fbc8bbff82f | frerot | updating emails in AUTHORS files | May 18 2022 | ||||
0bc84502f1cd | frerot | quoting citations in README | May 18 2022 | ||||
387b2079c8ec | frerot | KatoSaturated: registering + changing sign of plastic correction | May 16 2022 | ||||
a95bae08f7a0 | frerot | setting default visibility to hidden for wheels | May 16 2022 | ||||
540f525efedc | frerot | increasing tolerance for newton-krylov solver | May 13 2022 | ||||
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 | ||||
6508dd2474cb | frerot | updated changelog | May 10 2022 | ||||
91499936661a | frerot | added MFrontMaterial class | May 9 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 | ||||
6c36659917ba | frerot | added test for publications | May 6 2022 | ||||
94fe16d9801f | frerot | using local and global variables for publications | May 6 2022 | ||||
3c46870d9e1a | frerot | added emojis to readme | May 6 2022 | ||||
0eb41bf3cc68 | frerot | refreshed README | 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 | ||||
c41c37254b85 | frerot | ensuring consistent compiler flags in configure | May 2 2022 | ||||
41d64abe7e11 | frerot | added __all__ definition in utils.py | May 2 2022 | ||||
18ccd214e887 | frerot | added CITATION.cff | Apr 27 2022 | ||||
1825edb7098a | frerot | adding Tamaas information to dump files | Apr 25 2022 | ||||
1ff450e7eb80 | frerot | logging last iteration in contact solvers | Apr 22 2022 | ||||
02dde1d5fb78 | frerot | added functional accessor for contact solvers | Apr 22 2022 | ||||
aa6cca2b4d5f | frerot | [doc] added mentions of NetCDFDumper with MPI | Apr 14 2022 | ||||
fdd25350ee5b | frerot | NetCDFDumper can now dump in MPI | Apr 14 2022 | ||||
808f4ef5312b | frerot | defining boundary field predicate in C++ | Apr 14 2022 | ||||
9f4af773627d | frerot | building wheels for CPython 3.10 | Apr 13 2022 | ||||
161c4a472b3a | frerot | [doc] using python 3.9 in RTD | Apr 13 2022 | ||||
065559880bba | frerot | [doc] added inkscape for better svg renders | Apr 13 2022 | ||||
a554b1529b91 | frerot | [doc] not setting python.version for RTD | Apr 13 2022 |
c4science · Help