Alexandre Kabla

Results 21 issues of Alexandre Kabla

There are a few issues we can try to address in future versions. - We use G for the generalised and empirical model, but k elsewhere. - The subscript alpha...

enhancement
seeking opinions

The current code is below. Is there a reason why we load ImageFiltering in this way? I assume the invokelatest are required because we load the package in the function...

enhancement
seeking opinions

Shouldn't they be the same? I think that would help avoid naming errors.

enhancement
invalid
seeking opinions

There are good reasons for this - G is not very well behaved. However, the response of a dashpot to an imposed ramp and other continuous deformations can't be calculated...

to explore
seeking opinions

I am wondering why we store the complete modulus split into its real and imaginary parts. Wouldn't it be better to work with the complex expressions? They are a bit...

seeking opinions

This is to record functions and variables that are now deprecated - to be removed with version 1.0 of RHEOS. When adding an item to this list, check that: -...

I had a look at the inverse Laplace methods we used to see if there is scope for improvement and better integration with expressions. I believe that the Weeks algorithm...

We have some tests as part of the expressions themselves in the model declarations, and they are not always consistent with the constraint expressions. (Discussion stared as part of #111)...

Looking at `fill_init_params` in processing.jl, I realise that we are assuming specific symbols for the exponents of the multiple springpot models. I think this is problematic as one would assume...

invalid
seeking opinions

Are we using @assert properly? the doc suggests that this should be for debugging rather than validating inputs: https://docs.julialang.org/en/v1/base/base/#Base.@assert It may be best to move towards the 'error' function or...

enhancement
invalid