FEM: elmer, add electrostatic equation

This commit is contained in:
Wilfried Hortschitz
2017-12-01 19:43:50 +01:00
committed by wmayer
parent 464df5b83d
commit c18c0d1387
10 changed files with 442 additions and 0 deletions

View File

@@ -86,6 +86,16 @@ class ElasticityViewProxy(BaseViewProxy):
return ":/icons/fem-equation-elasticity.svg"
class ElectrostaticViewProxy(BaseViewProxy):
def getIcon(self):
return ":/icons/fem-equation-electrostatic.svg"
class ElectrostaticProxy(BaseProxy):
pass
class FlowProxy(BaseProxy):
pass