Skip to content

Instantly share code, notes, and snippets.

@biergaizi
biergaizi / keybase.md
Created February 13, 2015 07:21
keybase.md

Keybase proof

I hereby claim:

  • I am biergaizi on github.
  • I am biergaizi (https://keybase.io/biergaizi) on keybase.
  • I have a public key whose fingerprint is 2552 11B2 395A 5A3E 0E48 A0F1 FAD3 EB05 E88E 8D6D

To claim this, I am signing this object:

@biergaizi
biergaizi / openems.md
Created January 12, 2023 03:20
Running openEMS and pyEMS Simulations

The following insturctions have been tested on Fedora 36.

Install openEMS

  1. Clone the git repository

     cd ~/
     git clone --recurse-submodule https://github.com/thliebig/openEMS-Project.git
    
  2. Install Dependencies

@biergaizi
biergaizi / openems_eng_ext_deps.md
Last active June 18, 2023 19:09
Dependency Issues of openEMS Engine Extensions

To implement loop tiling, the 3D space must be broken into independent tiles according to the data dependencies of the FDTD kernel. Thus, each tile must be "self-contained" without the need to access field coordinates outside the cell - There should be no "spooky action from a distance".

However, some openEMS engine extensions break this assumption:

Engine Compatible
engine_ext_cylinder.cpp No?