Giter Site home page Giter Site logo

fespaces's Introduction

FESpaces

This repository contains programs for solving the Poisson equation using Mixed Finite Element Methods.

Compiling

Poisson1D

g++ -std=c++11 -march=native -O3 -o Poisson1D Poisson1D.cpp

Poisson2D

g++ -std=c++14 -march=native -O3 -o Poisson2D Poisson2D.cpp

Running

Each program requires a filename for input and output. For example,

Poisson1D

./Poisson1D in.json out.json

Poisson2D

./Poisson2D in2d.json out2d.json

Input

Input files are specifed and read using the JSON standard. Example files in.json and in2d.json show what keywords must be specified for valid input. In general, the options should be self-explanatory.

Poisson1D

Formulation

  • Standard
  • Mixed
  • Mimetic

Function

  • Two
  • ExpX3pX

Poisson2D

Formulation

  • Standard
  • Mixed
  • Dual-Mixed

Function

  • SinXSinY

Output

Both programs output the error in the solution to the terminal. If plotting is turned on then the program will call the python plotting utilities and plot the calculated and analytic solutions.

fespaces's People

Contributors

bcornille avatar kkahmed avatar

Stargazers

 avatar

Watchers

 avatar  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.