Git Product home page Git Product logo

inductioneq's Issues

CI setup

We could use Appveyor and/or Travis.

Naming of (Laplace) Coefficients

Actually, we are using the negative Laplace operator for the divergence cleaning method. This should be reflected in the names of the arrays containing the coefficients. We might want to reconsider the namimg of the other coefficient arrays, too.

Use more default coefficients

We could use some default coefficients, e.g. for the adaptive dissipation:

// default values for the adaptive artificial dissipation given by Svärd & Mishra (2009)
#ifndef CMIN
#define CMIN 1
#endif
...

Additionally, such default values might be set for the configuration dictionaries. What do you think?

Julia Interface

We will add a simple Julia interface mimicking the Matlab scripts. Although it is not very Julian, it makes the usage and switching between both languages easier.

Add list with typical issues/errors

We should compose a list with issues/errors that may occur. Maybe in the form of an extended user guide? Examples would be:

  • Poor conditioning of a problem which may lead to NaN.
  • Data type handling in Matlab. Some variables need to explicitly be defined as integers.
  • Errors in OpenCL kernel typically lead to segmentation faults in Matlab.
  • Explicit casting and precision of OpenCL defines.

WIP: PythonBackend/cl_run_kernel rewrite

Hi !
i started to write a PyOpenCl based backend and realized that all arrays are created in host memory. Afterwards they are copied to the OpenCL device, used by the kernel, and copied back by cl_run_kernel.
I would like to write functions which just create references to the arrays in OpenCL device memory and pass them around, because transfer to and from GPUs can be slow. What do you think ?

Allow SBP operators with extended boundary closures (?)

The coefficients are already implemented, we just need the high-level interface.

However, no second derivative approximation have been derived for these extended operators. Thus, not all options (narrow stencil) for the divergence cleaning via projection would be available.

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.