FEM: elmer, add electrostatic equation
This commit is contained in:
committed by
wmayer
parent
464df5b83d
commit
c18c0d1387
@@ -34,6 +34,7 @@ from . import tasks
|
||||
|
||||
from .equations import heat
|
||||
from .equations import elasticity
|
||||
from .equations import electrostatic
|
||||
from .equations import flow
|
||||
|
||||
|
||||
@@ -50,6 +51,7 @@ class Proxy(solverbase.Proxy):
|
||||
_EQUATIONS = {
|
||||
"Heat": heat,
|
||||
"Elasticity": elasticity,
|
||||
"Electrostatic": electrostatic,
|
||||
"Flow": flow,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user