- Queries
- All Stories
- Search
- Advanced Search
Feed Advanced Search
Advanced Search
Advanced Search
Sep 20 2023
Sep 20 2023
frerot committed rTAMAAS1937901381ce: updated pybind11 version in manylinux container (authored by frerot).
updated pybind11 version in manylinux container
added 3.11 wheels
fixed pip wheel argument
using pip to build wheels
updated changelog
Aug 17 2023
Aug 17 2023
frerot committed rTAMAAS7767124f567a: fixed compilation with Thrust versions >= 2 (authored by frerot).
fixed compilation with Thrust versions >= 2
Aug 3 2023
Aug 3 2023
upgraded read-the-docs requirements
Jul 25 2023
Jul 25 2023
frerot committed rTAMAAS15cd4b27c614: fixed compliant energy computation for H = 0.5 (authored by frerot).
fixed compliant energy computation for H = 0.5
Jul 17 2023
Jul 17 2023
frerot committed rTAMAASd3c730fe1b78: added paragraph on scaling generated surfaces (authored by frerot).
added paragraph on scaling generated surfaces
fixed broken DOI links in docstrings
Jul 3 2023
Jul 3 2023
frerot committed rTAMAAS649501eeba69: added computation of full contact energy to Isopowerlaw (authored by frerot).
added computation of full contact energy to Isopowerlaw
updated changelog
deactivating cuda docker in ci
Jul 1 2023
Jul 1 2023
added Newton-Raphson python solver
Jun 15 2023
Jun 15 2023
move wheel only if exists
added PLAT variable in build_wheels.sh
correctly labeling all wheels
frerot committed rTAMAAS56d82488793a: installing build per python version in build_wheels (authored by frerot).
installing build per python version in build_wheels
bumped fftw version in wheels
only build wheels in CI
frerot committed rTAMAAS8ea699c67c39: removed setup.py, fixed scons dev in virtual environments (authored by frerot).
removed setup.py, fixed scons dev in virtual environments
explicitly setting doc language
properly setting wheel tag and platform
frerot committed rTAMAAS8ffb5410a229: using build as frontend in build wheels CI (authored by frerot).
using build as frontend in build wheels CI
building wheels even in branches' CI
removed setup.py
Jun 13 2023
Jun 13 2023
also pinned Dockerfile
pinned bullseye for CI
sensitive storage issue
fixed debian images for bookworm
frerot committed rTAMAAS5987c2844e5e: correctly setting initial guess in fixed point schemes (authored by frerot).
correctly setting initial guess in fixed point schemes
fixed pipe tools
frerot committed rTAMAAS7d1b9534fac0: avoiding typecast in Partitioner::local_offset (authored by frerot).
avoiding typecast in Partitioner::local_offset
Jun 7 2023
Jun 7 2023
non-verbose NewtonKrylovSolver
frerot committed rTAMAAS29b338df384f: setting relaxation = 1 in AndersonMixing (authored by frerot).
setting relaxation = 1 in AndersonMixing
frerot committed rTAMAASbf489367ca30: reserving ElasticHelper vector in HookeField (authored by frerot).
reserving ElasticHelper vector in HookeField
frerot committed rTAMAAS5448a630f548: properly set pressure at start of AndersonMixing (authored by frerot).
properly set pressure at start of AndersonMixing
Jun 4 2023
Jun 4 2023
frerot committed rTAMAAS6345fe57f991: corrected DFSANESolver convergence message (authored by frerot).
corrected DFSANESolver convergence message
frerot committed rTAMAAS1d36209399e2: setting default value for DFSANESolver::max_iterations (authored by frerot).
setting default value for DFSANESolver::max_iterations
added max_iter to DFSANESolver
not throwing in DFSANESolver
frerot committed rTAMAASbbf94afc152d: formating floats in no_convergence_error (authored by frerot).
formating floats in no_convergence_error
frerot committed rTAMAASc1b8d69e91be: added no_convergence_error exception class (authored by frerot).
added no_convergence_error exception class
May 30 2023
May 30 2023
frerot committed rTAMAAS60928f81585d: added proper citations for Anderson mixing solver (authored by frerot).
added proper citations for Anderson mixing solver
frerot committed rTAMAASe918214e3a8e: added max_iter property to fixed point solvers (authored by frerot).
added max_iter property to fixed point solvers
May 26 2023
May 26 2023
frerot committed rTAMAAS1c6a6c0cb9f9: added and tested an Anderson mixing solver (authored by frerot).
added and tested an Anderson mixing solver
fixed copy constructor for Grid<T, dim>
May 23 2023
May 23 2023
fixed signed index transition in dcfft
optional use of chunks in H5Dumper
removed redundant std::move
May 19 2023
May 19 2023
allowing chunked data in HDF5 files
more brace initialization
compiling with integer_type=long
May 11 2023
May 11 2023
satisfying type linter
added lint targets in SCons
using brace-initialization in tests
compiling with real_type='long double'
ci: executing flake8 unconditionally
added fftw api for single precision
May 9 2023
May 9 2023
frerot committed rTAMAAS9a5764aa65ca: replaced tamaas::Exception by a finer grain exception set (authored by frerot).
replaced tamaas::Exception by a finer grain exception set
May 8 2023
May 8 2023
frerot committed rTAMAAS13b43d51b67c: added IntegralOperator::dirac pretty print (authored by frerot).
added IntegralOperator::dirac pretty print
updated email
May 5 2023
May 5 2023
frerot committed rTAMAAS403065b92711: allow registering integral operators from python (authored by frerot).
allow registering integral operators from python
fixed setting integral operator in PKR
frerot committed rTAMAAS7ce4abb9a3fd: reduced number of pure virtual methods in IntegralOperator (authored by frerot).
reduced number of pure virtual methods in IntegralOperator
frerot committed rTAMAAS0a0256a2e487: using std::shared_ptr as holder type for IntegralOperator (authored by frerot).
using std::shared_ptr as holder type for IntegralOperator
frerot committed rTAMAASf4395fb30430: adding IntegralOperator::kind to bindings (authored by frerot).
adding IntegralOperator::kind to bindings
frerot committed rTAMAAS35b1b2bb1e78: overriding IntegralOperator::getType in python (authored by frerot).
overriding IntegralOperator::getType in python
added __func__ to debug messages
Apr 28 2023
Apr 28 2023
frerot committed rTAMAAScdc0ff27b16e: forwarding strides when casting grid view to numpy (authored by frerot).
forwarding strides when casting grid view to numpy
frerot committed rTAMAAS1513c2c41370: allow setting the whole energy functional in contact solvers (authored by frerot).
allow setting the whole energy functional in contact solvers
Apr 24 2023
Apr 24 2023
silenced deprecation warning
frerot committed rTAMAAS14c9b7378bc6: mpi type traits: static constexpr -> static const (authored by frerot).
mpi type traits: static constexpr -> static const
added nonperiodic patch test
Apr 21 2023
Apr 21 2023
frerot committed rTAMAAS64d22c94b8f2: can change integral operator in PolonskyKeerRey (authored by frerot).
can change integral operator in PolonskyKeerRey
added non-periodic hertz test
frerot committed rTAMAAS828bbaf826db: added DC-FFT/Boussinesq operator for non-periodic elastic solutions (authored by frerot).
added DC-FFT/Boussinesq operator for non-periodic elastic solutions
Apr 20 2023
Apr 20 2023
frerot committed rTAMAAS4c8597150a63: df-sane: not solving if residual is already zero (authored by frerot).
df-sane: not solving if residual is already zero
Apr 18 2023
Apr 18 2023
frerot committed rTAMAASe7545e61d705: correct variable name in materials wrapper (authored by frerot).
correct variable name in materials wrapper
testing free surface in mindlin
added material property to residual
frerot committed rTAMAAS8fca507a10c7: fixed material update step in Residual::updateState (authored by frerot).
fixed material update step in Residual::updateState
Mar 14 2023
Mar 14 2023
frerot committed rTAMAASffd04dcf6cca: added function to compute real coefficient indices of dft (authored by frerot).
added function to compute real coefficient indices of dft
frerot committed rTAMAAS4f40cc109eed: random phases set to zero where expected by C2R transform (authored by frerot).
random phases set to zero where expected by C2R transform
corrected typo
Feb 14 2023
Feb 14 2023
joss: tts data on one plot
Feb 10 2023
Feb 10 2023
joss: language fixes
minor language fixes
using Computer Modern Sans in scaling plot
Feb 9 2023
Feb 9 2023
frerot committed rTAMAAS4e08a8a94094: made EPICSolver compatible with utils.load_path (authored by frerot).
made EPICSolver compatible with utils.load_path
Jan 31 2023
Jan 31 2023
frerot committed rTAMAAS380b06e8d1e4: added ModelFactory.registerHookeField to Python API (authored by frerot).
added ModelFactory.registerHookeField to Python API
frerot committed rTAMAASe01b77d8621f: correctly deprecated residual constructor (authored by frerot).
correctly deprecated residual constructor
Jan 30 2023
Jan 30 2023
removed tests/ci/script submodule
deprecating ModelFactory.createResidual
python API for materials
c4science · Help