Skip to content

Commit

Permalink
Introducing Adjoint Solver 2.0 (#1167)
Browse files Browse the repository at this point in the history
* init

* fix notebooks

* Forgot Makefile.am

* more notebooks and updated requested changes

* bug fixes

* tutorials

Co-authored-by: Alec Hammond <ahammond36@gatech.edu>
  • Loading branch information
smartalecH and Alec Hammond authored Apr 15, 2020
1 parent 9ddb7b8 commit fc61d28
Show file tree
Hide file tree
Showing 21 changed files with 8,803 additions and 3,478 deletions.
10 changes: 5 additions & 5 deletions python/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ pkgpython_PYTHON = __init__.py $(HL_IFACE)

adjointdir = $(pkgpythondir)/adjoint
adjoint_PYTHON = $(srcdir)/adjoint/__init__.py \
$(srcdir)/adjoint/Basis.py \
$(srcdir)/adjoint/Objective.py \
$(srcdir)/adjoint/OptimizationProblem.py \
$(srcdir)/adjoint/ParallelDesignTester.py \
$(srcdir)/adjoint/Visualization.py
$(srcdir)/adjoint/basis.py \
$(srcdir)/adjoint/objective.py \
$(srcdir)/adjoint/optimization_problem.py \
$(srcdir)/adjoint/filters.py \
$(srcdir)/adjoint/filter_source.py

######################################################################
# finally, specification of what gets installed in the meep python
Expand Down
440 changes: 0 additions & 440 deletions python/adjoint/Basis.py

This file was deleted.

661 changes: 0 additions & 661 deletions python/adjoint/Objective.py

This file was deleted.

485 changes: 0 additions & 485 deletions python/adjoint/OptimizationProblem.py

This file was deleted.

83 changes: 0 additions & 83 deletions python/adjoint/ParallelDesignTester.py

This file was deleted.

Loading

0 comments on commit fc61d28

Please sign in to comment.