Skip to content
Open
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
4 changes: 2 additions & 2 deletions firedrake/adjoint_utils/blocks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from firedrake.adjoint_utils.blocks.assembly import AssembleBlock # noqa F401
from firedrake.adjoint_utils.blocks.solving import ( # noqa F401
GenericSolveBlock, SolveLinearSystemBlock, ProjectBlock,
SupermeshProjectBlock, SolveVarFormBlock,
CachedSolverBlock, GenericSolveBlock, SolveLinearSystemBlock,
ProjectBlock, SupermeshProjectBlock, SolveVarFormBlock,
NonlinearVariationalSolveBlock
)
from firedrake.adjoint_utils.blocks.function import ( # noqa F401
Expand Down
Loading
Loading