Forked from
Martin Genet / dolfin_warp
241 commits behind the upstream repository.
-
Martin Genet authoredMartin Genet authored
Problem.py 808 B
#coding=utf8
################################################################################
### ###
### Created by Martin Genet, 2016-2019 ###
### ###
### École Polytechnique, Palaiseau, France ###
### ###
################################################################################
import dolfin
import myPythonLibrary as mypy
import myVTKPythonLibrary as myvtk
import dolfin_dic as ddic
################################################################################
class Problem():
pass