version 0.0.1
This commit is contained in:
10
pina/problem/spatial_problem.py
Normal file
10
pina/problem/spatial_problem.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from abc import abstractmethod
|
||||
|
||||
from .abstract_problem import AbstractProblem
|
||||
|
||||
|
||||
class SpatialProblem(AbstractProblem):
|
||||
|
||||
@abstractmethod
|
||||
def spatial_variables(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user