Giter Club home page Giter Club logo

polecalc's People

Contributors

tflovorn avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

huaguiyuan

polecalc's Issues

Checking root brackets

Solve() in selfconsistent.go does nothing to check if the (left, right) returned by eq.Range() actually brackets a root. This needs to be fixed and expanded on; Solve() shouldn't break on multi-root functions.

mesh interface

  1. There should be a standard interface for meshes.

  2. How should it be organized? Could see speed improvements by passing multiple points at once on the output channel. Would need to profile to see whether this works better than passing a point at a time (as it it now).

NumProcs in zerotemp_test

Running zerotemp_test with NumProcs = 2 is about 5x slower than NumProcs = 1 (38.44s vs 7.86s) and gives very slightly different results. Why so much slower? What's causing it to give different values?

May just want to make the mesh calculations single-process. All the message-passing there seems kind of bulky and unnecessary.

package structure

Throwing everything in one package is kind of awful, but referencing other packages that aren't a part of the local Go installation is kind of painful. What do?

Potential package structure:
--> tools (everything not specific to one region of x/T phase space)
--> zero temp calcs
--> pair temp calcs
etc.

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.