Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 1.29 KB

index.rst

File metadata and controls

76 lines (49 loc) · 1.29 KB

Welcome to EMUstack's documentation!

Introduction

.. toctree::
    :maxdepth: 4

    intro


Installation

.. toctree::
    :maxdepth: 4

    install

Guide

.. toctree::
    :maxdepth: 4

    tutorial


Python Backend

.. toctree::
    :maxdepth: 4

    objects
    materials
    mode_calcs
    stack
    plotting

Fortran Backends

The intention of EMUstack is that the Fortran FEM routines are essentially black boxes. They are called from mode_calcs.py and return the modes (Eigenvalues) of a structured layer, as well as some matrices of overlap integrals that are then used to compute the scattering matrices.

There are however a few important things to know about the workings of these routines.

.. toctree::
    :maxdepth: 4

    fem_1d
    fem_2d




Indices and tables