Git Product home page Git Product logo

quinoacomputing / quinoa Goto Github PK

View Code? Open in Web Editor NEW
99.0 11.0 21.0 229.52 MB

Adaptive computational fluid dynamics

Home Page: https://quinoacomputing.github.io

License: Other

CMake 8.97% Shell 0.14% C++ 85.88% C 2.91% Dockerfile 0.19% Lua 1.92%
fluid-dynamics charmplusplus cpp parallel-computing finite-element-methods asynchronous-tasks hydrodynamics quinoa continuous-galerkin discontinuous-galerkin

quinoa's People

Contributors

adityakpandare avatar adityapakki avatar airaudofacundo avatar brog2610 avatar certik avatar g-rydquist avatar gitter-badger avatar jbakosi avatar junghans avatar katrinleinweber avatar rfbird avatar rspavel avatar tannernielsen avatar weizhaoli2018 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quinoa's Issues

RNGSSE hookups

  • Put in gaussian(): Gaussian distribution from uniform: STL
  • Can RNGSSE's generators take a seed?
  • Hook up SSE versions
  • Hook up GPU versions

Memory testing

Example: CMake/CTest/CDash has built-in support for automated memory testing using valgrind

Test suite for exceptions

  • Automatically switch each potential throw location into a throw (is this even possible?) and test for clean exit (test with e.g. valgrind)
  • valgrind can return a different exit code based on errors detected using the command line argument --error-exitcode= to valgrind

Add logger

Useful? Requirements?

  • Pantheios?
  • Glog?
  • Boost.Log?
  • github/gabime/spdlog?

Replace overloads in Control.h with variadic ones

Replace the overloads in Control.h with variadic ones: the implementation of the Field template may give a clue on how to do the variadic deep-access for types in tagged tuple, see Alexandrescu, Modern C++ Design: Generic Programming and Design Patterns Applied, p69.

Implement a fall-back RNG library

Need a fall-back RNG (Boost?, STL?) guaranteed to work everywhere.
(RNGSSE's assembly does not work on ARM, Intel's MKL is commercial.)

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.