Basic domain

Basic domain#

# This is only valid when the package is not installed
import sys
sys.path.append('../../') # two folders up
import DeepINN as dp
Using default backend: PyTorch
Using Pytorch:  2.0.1+cu117
T = dp.spaces.R1('t') # we need a one dimensional space
I = dp.domains.Interval(T,0,5 )