Code Monkey home page Code Monkey logo

thunderegg's Introduction

thunderegg

alt text

ThunderEgg is an object-oriented C++ library designed for flexibility and to allow users to implement parallel multigrid preconditioners for various problems on octree and quadtree adaptive meshes.

Members of the team :

  • Scott Aiton
  • Donna Calhoun
  • Grady Wright

Required Software

  • MPI
  • CMake

Optional Software

Compiling

Create a seperate source directory and run cmake in the build directory:

$ cd build_dir
$ cmake /path/to/source

Compilers can be specified in the following way

$ cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER /path/to/source

Then compile with make:

make

Some helpful CMake variables for configuration:

Variable Default Value Description
PETSC_DIR The PETSc directory
PETSC_ARCH The PETSc arch
petsc ON allow the use the use of PETSc
petsc_required OFF fail if PETSc is not found
FFTW_ROOT The fftw directory
fftw ON allow the use the use of FFTW
fftw_required OFF fail if FFTW is not found
P4EST_ROOT The p4est directory
p4est ON allow the use the use of p4est
p4est_external ON build p4est library if not found on system
p4est_required OFF fail if p4est is not found
lapack ON allow the use the use of lapack/blas
lapack_required OFF fail if lapack/blas is not found

thunderegg's People

Contributors

bpeckphys avatar donnaaboise avatar gradywright avatar isenocak avatar josephmcneal avatar scivision avatar scottaiton avatar

Watchers

 avatar

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.