Skip to content
Snippets Groups Projects

adding the link to the TopOpt article (SA, FZ, GD)

Merged Simon Ans requested to merge AnsDiffGratTopOpt_articleLink into master
4 files
+ 16
9
Compare changes
  • Side-by-side
  • Inline

Files

# Directory in git repository : ```src_blaze/PhD/Maxwell_solvers/meshGrating_topopt_conical```
# Topology optimization of blazed gratings under conical incidence
File : ```README.md```\
File : ```README.md```\
Author : ©Simon Ans\
Author : ©Simon Ans\
Last update : 05/03/2024\
Last update : 18/03/2024\
To get a pdf file from this ```.md``` file, run in a shell terminal :
To get a pdf file from this ```.md``` file, run in a shell terminal :
> ```pandoc README.md --pdf-engine=xelatex -o README.pdf```
> ```pandoc README.md --pdf-engine=xelatex -o README.pdf```
@@ -13,7 +13,7 @@ To get a pdf file from this ```.md``` file, run in a shell terminal :
@@ -13,7 +13,7 @@ To get a pdf file from this ```.md``` file, run in a shell terminal :
This directory gathers all the code files necessary to compute the mesh-based topology optimization of a periodic grating. Each element of the Finite Element triangulation can have a different permittivity in order to get the best reflection efficiency possible on a particular order for a given wavelength range.
This directory gathers all the code files necessary to compute the mesh-based topology optimization of a periodic grating. Each element of the Finite Element triangulation can have a different permittivity in order to get the best reflection efficiency possible on a particular order for a given wavelength range.
**One should read the paper "Topology optimization of blazed gratings under conical incidence" available on <u>link</u> before using this script.**
**One should read the paper "Topology optimization of blazed gratings under conical incidence" (S. Ans, G. Demésy, and F. Zamkotsian) available at https://arxiv.org/abs/2403.10174 before using this script.**
## Quick Start
## Quick Start
Loading