FEM: elmer, add electrostatic equation
This commit is contained in:
committed by
wmayer
parent
464df5b83d
commit
c18c0d1387
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user