File tree Expand file tree Collapse file tree 6 files changed +30
-0
lines changed
Expand file tree Collapse file tree 6 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ __author__ = 'Miroslav Kuchta <mirok@math.uio.no>'
2+ __date__ = '2014-04-23'
3+ __copyright__ = 'Copyright (C) 2013 ' + __author__
4+ __license__ = 'GNU Lesser GPL version 3 or any later version'
5+
16from dofmapplotter import *
27from dolfin import MPI
38from matplotlib .pyplot import show as plt_show
Original file line number Diff line number Diff line change 1+ __author__ = 'Miroslav Kuchta <mirok@math.uio.no>'
2+ __date__ = '2014-04-23'
3+ __copyright__ = 'Copyright (C) 2013 ' + __author__
4+ __license__ = 'GNU Lesser GPL version 3 or any later version'
5+
16import inspect
27from os .path import abspath , join
38from dolfin import compile_extension_module
Original file line number Diff line number Diff line change 1+ __author__ = 'Miroslav Kuchta <mirok@math.uio.no>'
2+ __date__ = '2014-04-23'
3+ __copyright__ = 'Copyright (C) 2013 ' + __author__
4+ __license__ = 'GNU Lesser GPL version 3 or any later version'
5+
16from dofmaphandler import DofMapHandler
27from common import x_to_str , subspace_index
38from dolfin import Cell
Original file line number Diff line number Diff line change 1+ __author__ = 'Miroslav Kuchta <mirok@math.uio.no>'
2+ __date__ = '2014-04-23'
3+ __copyright__ = 'Copyright (C) 2013 ' + __author__
4+ __license__ = 'GNU Lesser GPL version 3 or any later version'
5+
16from common import ParallelColorPrinter
27from dolfin import Point
38
Original file line number Diff line number Diff line change 1+ __author__ = 'Miroslav Kuchta <mirok@math.uio.no>'
2+ __date__ = '2014-04-23'
3+ __copyright__ = 'Copyright (C) 2013 ' + __author__
4+ __license__ = 'GNU Lesser GPL version 3 or any later version'
5+
16from mpl_toolkits .mplot3d import Axes3D
27import matplotlib .pyplot as plt
38from meshentityhandler import MeshEntityHandler
Original file line number Diff line number Diff line change 1+ __author__ = 'Miroslav Kuchta <mirok@math.uio.no>'
2+ __date__ = '2014-04-23'
3+ __copyright__ = 'Copyright (C) 2013 ' + __author__
4+ __license__ = 'GNU Lesser GPL version 3 or any later version'
5+
16from common import dmt_number_entities
27from dofmaphandler import DofMapHandler
38from matplotlib .pyplot import get_cmap
You can’t perform that action at this time.
0 commit comments