Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikcfd committed May 5, 2020
1 parent 0ae553f commit 56b44f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyop2/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ class _not_implemented: # noqa


class AbstractComputeBackend:
"""
Abstract class to record all the backend specific implementation of
:mod:`pyop2`'s data structures.
"""
ParLoop = _not_implemented()
Set = _not_implemented()
ExtrudedSet = _not_implemented()
Expand Down

0 comments on commit 56b44f6

Please sign in to comment.