Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing Adjoint Solver 2.0 #1167

Merged
merged 6 commits into from
Apr 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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