tamaas/srcci-fix-static-checks
tamaas/src
ci-fix-static-checks
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
68e25f98aa12 | Lucas Frérot | fix type traits for MPI and complex types | Oct 23 2023 | |||
baa5e4e4e9f7 | Lucas Frérot | changed default backend macros values | Oct 19 2023 | |||
e36bf1e8a617 | Lucas Frérot | replaced std::endl with "\n" | Oct 18 2023 | |||
389494d0e53e | Lucas Frérot | fixes for thurst using libcudacxx types | Oct 18 2023 | |||
3c73b4228d79 | Lucas Frérot | silencing overflow warnings with gcc13 | Oct 18 2023 | |||
c22dfff598e3 | Lucas Frérot | allowing copy ellision | Oct 18 2023 | |||
15cd4b27c614 | frerot | fixed compliant energy computation for H = 0.5 | Jul 25 2023 | |||
649501eeba69 | frerot | added computation of full contact energy to Isopowerlaw | Jul 3 2023 | |||
34e12689acb5 | frerot | added Newton-Raphson python solver | Jul 1 2023 | |||
5987c2844e5e | frerot | correctly setting initial guess in fixed point schemes | Jun 13 2023 | |||
7d1b9534fac0 | frerot | avoiding typecast in Partitioner::local_offset | Jun 12 2023 | |||
5448a630f548 | frerot | properly set pressure at start of AndersonMixing | Jun 7 2023 | |||
29b338df384f | frerot | setting relaxation = 1 in AndersonMixing | Jun 7 2023 | |||
bf489367ca30 | frerot | reserving ElasticHelper vector in HookeField | Jun 6 2023 | |||
6345fe57f991 | frerot | corrected DFSANESolver convergence message | Jun 4 2023 | |||
040bf504add3 | frerot | linting | Jun 4 2023 | |||
1d36209399e2 | frerot | setting default value for DFSANESolver::max_iterations | Jun 4 2023 | |||
03707294a5bd | frerot | added max_iter to DFSANESolver | Jun 4 2023 | |||
88df92440cf6 | frerot | not throwing in DFSANESolver | Jun 4 2023 | |||
bbf94afc152d | frerot | formating floats in no_convergence_error | Jun 4 2023 | |||
c1b8d69e91be | frerot | added no_convergence_error exception class | Jun 4 2023 | |||
e918214e3a8e | frerot | added max_iter property to fixed point solvers | May 30 2023 | |||
60928f81585d | frerot | added proper citations for Anderson mixing solver | May 30 2023 | |||
7d0798126af1 | frerot | linting | May 26 2023 | |||
1c6a6c0cb9f9 | frerot | added and tested an Anderson mixing solver | May 26 2023 | |||
ee54b72503bc | frerot | fixed copy constructor for Grid<T, dim> | May 26 2023 | |||
5187505f4535 | frerot | fixed signed index transition in dcfft | May 23 2023 | |||
184b5e7bc082 | frerot | removed redundant std::move | May 22 2023 | |||
e619dff986ef | frerot | added fftw api for single precision | May 11 2023 | |||
89fed7fc8429 | frerot | compiling with real_type='long double' | May 11 2023 | |||
9a5764aa65ca | frerot | replaced tamaas::Exception by a finer grain exception set | May 9 2023 | |||
25046791eb55 | frerot | updated email | May 8 2023 | |||
13b43d51b67c | frerot | added IntegralOperator::dirac pretty print | May 8 2023 | |||
142607d0379b | frerot | linting | May 5 2023 | |||
16d767e9ca78 | frerot | fixed setting integral operator in PKR | May 5 2023 | |||
1bb9a8629102 | frerot | added __func__ to debug messages | May 5 2023 | |||
0a0256a2e487 | frerot | using std::shared_ptr as holder type for IntegralOperator | Apr 28 2023 | |||
7ce4abb9a3fd | frerot | reduced number of pure virtual methods in IntegralOperator | Apr 28 2023 | |||
1513c2c41370 | frerot | allow setting the whole energy functional in contact solvers | Apr 28 2023 | |||
b303b508d657 | frerot | linting | Apr 24 2023 | |||
14c9b7378bc6 | frerot | mpi type traits: static constexpr -> static const | Apr 24 2023 | |||
64d22c94b8f2 | frerot | can change integral operator in PolonskyKeerRey | Apr 21 2023 | |||
828bbaf826db | frerot | added DC-FFT/Boussinesq operator for non-periodic elastic solutions | Apr 21 2023 | |||
4c8597150a63 | frerot | df-sane: not solving if residual is already zero | Apr 20 2023 | |||
8fca507a10c7 | frerot | fixed material update step in Residual::updateState | Apr 17 2023 | |||
880e1e593dd1 | frerot | added material property to residual | Apr 17 2023 | |||
4f40cc109eed | frerot | random phases set to zero where expected by C2R transform | Mar 14 2023 | |||
ffd04dcf6cca | frerot | added function to compute real coefficient indices of dft | Mar 14 2023 | |||
4e08a8a94094 | frerot | made EPICSolver compatible with utils.load_path | Feb 9 2023 | |||
380b06e8d1e4 | frerot | added ModelFactory.registerHookeField to Python API | Jan 31 2023 | |||
59332d6f57aa | frerot | removed inelastic strain compute from Material interface | Jan 30 2023 | |||
2912874fce23 | frerot | updated copyright notice for materials | Jan 30 2023 | |||
42f2d671651b | frerot | linting | Jan 27 2023 | |||
9af1338e0168 | frerot | simplified Residual API | Jan 27 2023 | |||
d0db1c5e6e0a | frerot | removed model_type template in materials | Jan 25 2023 | |||
9fa61ec99794 | frerot | fix unused argument warning | Jan 25 2023 | |||
c89736ea9431 | frerot | clang-tidy fixes | Jan 23 2023 | |||
e4b60827f047 | frerot | linting | Jan 18 2023 | |||
62d43b3b1968 | frerot | added eigenstress computation to material | Jan 18 2023 | |||
a4f96914d0dd | frerot | removed old hardening code | Jan 18 2023 | |||
ef80ea4721c8 | frerot | Merge branch 'features/materials' | Jan 18 2023 | |||
24902e40d876 | frerot | updated copyright year 2023 | Jan 17 2023 | |||
793715fb14bb | frerot | ENH: added warning on empty dumper list | Nov 9 2022 | |||
382c4bff5eed | frerot | FIX: lint | Nov 7 2022 | |||
b561d780669b | frerot | ENH: added request method to FieldContainer for restarts | Nov 7 2022 | |||
5083cb5f25b3 | frerot | changed stopping criterion for saturated solver | Sep 27 2022 | |||
b4a4b77f3b96 | frerot | added finite difference rms slopes method | Sep 20 2022 | |||
80ac616e4763 | frerot | removed conditional branching in PKR loops | Sep 13 2022 | |||
5af9f717d0f1 | frerot | raising exception when model is created with zero dimension | Sep 9 2022 | |||
064604ef10e4 | frerot | added HookeField operator | Sep 8 2022 | |||
d002b04ee2d1 | frerot | removed stray print | Aug 26 2022 | |||
96c60334eadb | frerot | linting | Aug 22 2022 | |||
a2d2aa3c75bf | frerot | Using FieldContainer for integral operators | Aug 22 2022 | |||
01ee3daf64fd | frerot | moved field python interface to FieldContainer bindings | Aug 22 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 | |||
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 | |||
cd1aac06fd48 | frerot | proper reset of communicator in sequential guard | Aug 8 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 | |||
3d55c5b7b145 | frerot | fixed cuda allocator | Jul 19 2022 | |||
f667c8a652ea | frerot | fixed interface of unified allocator | 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 | |||
056a26ce85d5 | frerot | generic wrap constructor for Grid | Jul 16 2022 | |||
805d588092f1 | frerot | tidying Array's interface to wrap | 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 | |||
bd9c47eb68cb | frerot | Merge branch 'master' into features/materials | Jul 1 2022 | |||
4b538827d5d4 | frerot | updated copyrights for C++ files | Jun 29 2022 | |||
a93ea8a43b13 | frerot | added a stat method to compute area of graph of function | Jun 20 2022 |
c4science · Help