Giter Site home page Giter Site logo

suetfungchuk / iga-dealii Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mathlab/iga-dealii

0.0 0.0 0.0 43 KB

Isogeometric Analysis classes for the deal.II library

License: GNU Lesser General Public License v2.1

CMake 1.72% C++ 91.49% Shell 6.79%

iga-dealii's Introduction

IGA-dealii Build Status DOI

Isogeometric Analysis classes for the deal.II library

This repository contains the code used to generate the results of the article

"Algorithms, data structures and applications for Isogeometric Analysis with the deal.II library" Marco Tezzele, Nicola Cavallini, Luca Heltai SISSA - International School for Advanced Studies

Installation

These examples require deal.II version 8.3 or later to work properly.

Poisson example

cd poisson
mkdir build
cd build
cmake .. -DDEAL_II_DIR=/path/to/dealii/installation
make

If everything went well, you should have an executable named poisson, which you can use to reproduce the results of the article. The executable takes 0 or 5 arguments, respectively:

./poisson

or

./poisson finite_element_name quadrature_name degree first_cycle last_cycle

The accepted arguments are:

  • finite_element_name:
    • bernstein
    • lagrange
    • lobatto
  • quadrature_name:
    • legendre
    • lobatto
  • degree: degree of the finite element space
  • first_cycle: initial refinement of the grid
  • last_cycle: final refinement of the grid

iga-dealii's People

Contributors

mtezzele avatar luca-heltai avatar asartori86 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.