gridap / GridapODEs.jl

Time stepping for Gridap
MIT License
33 stars 7 forks source link

Affine newmark #55

Closed oriolcg closed 3 years ago

oriolcg commented 3 years ago

This pull request contains the following new features:

After this PR is accepted, I would suggest to register GridapODEs@0.6.1, so other packages can use this latest version with compatibility with Gridap@0.16 (e.g. Tutorials).

santiagobadia commented 3 years ago

@oriolcg I see that the tests are still not passing

oriolcg commented 3 years ago

@oriolcg I see that the tests are still not passing

@santiagobadia , I re-run the tests and this time it passed. This is very weird, I guess that the fix that @fverdugo introduced in https://github.com/gridap/Gridap.jl/commit/6e1d5c28f45006cd745d42760313c760c7ed4f23 didn't fully solve the problem.

fverdugo commented 3 years ago

@oriolcg today I released Gridap v0.16.2 with the bugfix in https://github.com/gridap/Gridap.jl/pull/616 and other minor things.

Make sure that you are using this version in your tests. If the problem persists, we need to further investigate.

oriolcg commented 3 years ago

Thanks @fverdugo. It looks that now is consistently passing the tests. @santiagobadia, I would proceed with the PR and keep an eye to this test to see if the error is reproduced in the future.