Refactoring code
This commit is contained in:
6
pina/problem/problem1d.py
Normal file
6
pina/problem/problem1d.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .abstract_problem import AbstractProblem
|
||||
|
||||
|
||||
class Problem1D(AbstractProblem):
|
||||
|
||||
spatial_dimensions = 1
|
||||
Reference in New Issue
Block a user