tmp commit - toward 0.0.1
This commit is contained in:
11
pina/problem1d.py
Normal file
11
pina/problem1d.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
from .problem import Problem
|
||||
import numpy as np
|
||||
|
||||
class Problem1D(Problem):
|
||||
|
||||
def __init__(self, variables=None, bc=None):
|
||||
self._spatial_dimensions = 1
|
||||
self.variables = variables
|
||||
print(bc)
|
||||
self.bc = bc
|
||||
Reference in New Issue
Block a user