Giter VIP home page Giter VIP logo

meshgeneration-framework's Introduction

MeshGeneration-Framework

Mesh Generation Framework as a part of Fortran Project by IMP Turbulence 2019 Batch

Mesh with a special streching on wall normal direction

alt text

Compilation

  • Go to build directory : cd build rm -f CMakeCache.txt

  • Create Makefile with one of these command choosing compiler (gfortran, ifort, ...) and build type (Debug, Release, ...).

    • To compile with compiler Release flags only
      FC=gfortran cmake -D PLATFROM_NAME=lmlm6-75 CMAKE_BUILD_TYPE=Debug .. FC=mpif90.openmpi cmake -D PLATFROM_NAME=lmlm6-75 CMAKE_BUILD_TYPE=Debug ..

    • To compile with compiler Debug flags only
      FC=mpif90 cmake -D CMAKE_BUILD_TYPE=Debug -D PLATFROM_NAME=lmlm6-75 -DDEFINE_DEBUG=OFF ..

    • To compile with DEBUG preprocessor option, saves, prints more
      FC=mpif90 cmake -D CMAKE_BUILD_TYPE=Debug -D PLATFROM_NAME=lmlm6-75 -DDEFINE_DEBUG=ON ..

  • Compile
    make

  • Run tests, you should be on the build folder

    • Run the tests without Fruit outputs
      ย make test

    • Run the tests with Fruit outputs
      make test ARGS="-V"

  • Clean
    make distclean

How to use

  • Add shared libraries in your current terminal LIBSloc="/home/solak/Workdir/tempdir/Workdir/fortan_project/myLib/hdf5" export LD_LIBRARY_PATH="${LIBSloc}/lib"

Contributing

  • Make sure you comment each and every block/object/class and every damn variable
  • PLEASE DO NOT USE SPACES, USE HYPHENS(-) or UNDERSCORES() FOR FILENAMES_

License

meshgeneration-framework's People

Contributors

aakash30jan avatar damiengeneste avatar akshay23sep avatar ilkaysolak avatar prosunr avatar drashti-volarexito avatar deepthenile avatar mohan-padmanabha avatar viks4mech avatar dianafm15 avatar alvarott93 avatar murp-c2d2 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.