Giter Club home page Giter Club logo

static's Introduction

Supplemented computer code

Introduction

This is the supplemental computer code for the book "Electromagnetics with finite elements: static problems", ISBN 978-9090380933. The code contains numerical experiments that illustrate application of the finite element method to problems in electro- and magnetostatics. A number of boundary value problems formulated in terms of electric scalar potential, total magnetic scalar potential, reduced magnetic scalar potential, magnetic vector potential, and current vector potential are solved numerically on two- and three-dimensional problem domains.

The documentation of the computer code and the numerical experiments exists in a form of online Logbook. The Logbook can be found at https://cembooks.nl.

Installation

To run the code do the following.

  1. Get deal.II and install it.

  2. Install gnuplot, texlive, and GNU parallel.

  3. Install a program for viewing vtk files. Visit software package of the Lawrence Livermore National Laboratory is a good option.

  4. Change into the static/ and run

./clean
./setup
./build
./run-all

This will build and execute all numerical experiments. The last two steps will take some time... Alternatively, you can build and run only the experiments you are interested in. To do so, change into static/ and run

./clean
./setup

Then change into the directory of the experiment you are interested in, say mms/. In this directory change into build/Release/ and run

./clean
./build

After that change into mms/bin/Release/ and run

./run-all

This will execute the mms experiment. The results of the simulations are in mms/bin/Release/Data/ directory.

static's People

Contributors

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