Skip to content
Snippets Groups Projects
Commit cfdc45fc authored by Thomas Gibson's avatar Thomas Gibson
Browse files

Add missing imports for "DOFDesc"

parent 5a16b103
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""
from meshmode.discretization.connection import \
FACE_RESTR_INTERIOR, FACE_RESTR_ALL
from meshmode.mesh import \
BTAG_PARTITION, BTAG_ALL, BTAG_REALLY_ALL, BTAG_NONE
__doc__ = """
DOF description
^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment