Coder Social home page Coder Social logo

2dpartint's People

Contributors

balmungsan avatar hamax97 avatar jandrovins avatar lsanchezc613 avatar tdnavarrom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

2dpartint's Issues

New writing scheme

It is currently using the 70% of the simulation time. We have to improve this.

  • New visualization program?: Try to find a visualization program that gives us the possibility to implement a new way to write to files in a more performant fashion.

  • New file format?: Should we use a more flexible file format? One that allows us to write in binary? One that keep all the step points in time in the same file, opposed to the dozens CSV that we currently have?

  • On a new thread?: Would it be better implement a thread with the sole purpose of writing to the files? Keep in mind that this might not be an option now, because we do not know how we are going to parallelized the code, so we have to be sure that this thread will not interfere with the ones we will have when we implement our parallelization.

Hole simulation test

We want to test a simulation as a hole. Given a number of particles n in a given time t, we want to know where these particles will be in t+X, where n and X are small numbers. Use Cundall's paper, which is in files in Teams.

`collide_two_particles` is incomplete

Reading Cundall paper, I realised there is a step we are not doing. We are not calculating the resultant momentum when two particles are colliding.

From Cundall, 1979:
image

On a new thread?

Would it be better implement a thread with the sole purpose of writing to the files? Keep in mind that this might not be an option now, because we do not know how we are going to parallelized the code, so we have to be sure that this thread will not interfere with the ones we will have when we implement our parallelization.

Clean repo

Check the existing branches, and the existing pull request. Take the appropiate actions (merge, remove, save for later, etc).

New visualization program?

Try to find a visualization program that gives us the possibility to implement a new way to write to files in a more performant fashion.

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.