Giter Club home page Giter Club logo

Comments (6)

vacary avatar vacary commented on June 8, 2024

My point of view :

  • utils/contract/check.hpp : we can remove it but it seems that it has already been removed
  • factories : I am not fond of factories, but it can be useful in the future if we design a GUI over the the standard DS.
  • SiconosSet/Cmp. We can put into an old directory or in siconos-junk
  • swapInMemory in DS are used in most of the time--stepping at every time-step. The goal is to replace this functionality by another one ?

from siconos.

xhub avatar xhub commented on June 8, 2024

My point of view :

  • utils/contract/check.hpp : we can remove it but it seems that it has already been removed

Right. Someone else took care of this.

  • factories : I am not fond of factories, but it can be useful in the future if we design a GUI over the the standard DS.

Ok. I'll try to document that somehow.

  • SiconosSet/Cmp. We can put into an old directory or in siconos-junk

I can do that (moving to siconos-junk)

  • swapInMemory in DS are used in most of the time--stepping at every time-step. The goal is to replace this functionality by another one ?

Right. I missed the call to swapInMemory because it is done in a nice way in OneStepIntegrator::saveInMemory, with a std::bind and thus no '()'. My regexp didn't see it.
Mystery solved :)

I'm hijacking this bug report, but shouldn't we remove OneStepIntegrator::saveInMemory and in Simulation::saveInMemory iterate over the DSs of the indexSet0? We already do it this way for the Interaction (Simulation::pushInteractionsInMemory). This way we remove one use of OSIDynamicalSystems !

from siconos.

vacary avatar vacary commented on June 8, 2024

In fact, I have already removed the iteration over the DynamicalSet and replaced it by iteration on the OneStepIntegrator::_dynamicalSystemGraph. The solution is a little bit less elegant because I don't know how to use the std::bind method on the internal set::vector or std::map of the graph.

Any idea ?

from siconos.

xhub avatar xhub commented on June 8, 2024

from siconos.

vacary avatar vacary commented on June 8, 2024

It seems that there is nothing more to implement. Should we close ?

from siconos.

xhub avatar xhub commented on June 8, 2024

I removed SiconosSet/Cmp with e966d11

Closing since everything has been done from my POV

from siconos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.