Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foldfelis/fielddistributionnonuniformmedium.jl
God said Maxwell equations and then there was light
https://github.com/foldfelis/fielddistributionnonuniformmedium.jl
em-wave julia optics simulation
Last synced: about 1 month ago
JSON representation
God said Maxwell equations and then there was light
- Host: GitHub
- URL: https://github.com/foldfelis/fielddistributionnonuniformmedium.jl
- Owner: foldfelis
- License: mit
- Created: 2022-02-14T07:10:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T16:26:53.000Z (almost 3 years ago)
- Last Synced: 2024-09-25T23:15:36.434Z (3 months ago)
- Topics: em-wave, julia, optics, simulation
- Language: Julia
- Homepage: https://foldfelis.github.io/FieldDistributionNonuniformMedium.jl/dev/
- Size: 527 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FieldDistributionNonuniformMedium
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://foldfelis.github.io/FieldDistributionNonuniformMedium.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://foldfelis.github.io/FieldDistributionNonuniformMedium.jl/dev)
[![Build Status](https://github.com/foldfelis/FieldDistributionNonuniformMedium.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/foldfelis/FieldDistributionNonuniformMedium.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![Coverage](https://codecov.io/gh/foldfelis/FieldDistributionNonuniformMedium.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/foldfelis/FieldDistributionNonuniformMedium.jl)## Installation
The package can be installed with the Julia package manager.
From the Julia REPL, type `]` to enter the Pkg REPL mode and run:```julia
pkg> add FieldDistributionNonuniformMedium
```## Quick start
```julia
julia> using FieldDistributionNonuniformMediumjulia> s = Simulator();
julia> simulate!(s);
julia> plot_e_field(s)
```![](docs/src/assets/demo.png)