Skip to content
Snippets Groups Projects
identity-dirichlet-values.py 280 B
Newer Older
  • Learn to ignore specific revisions
  • Lisa Julia Nebel's avatar
    Lisa Julia Nebel committed
    import math
    
    class DirichletValues:
        def __init__(self, homotopyParameter):
            self.homotopyParameter = homotopyParameter
    
        def deformation(self, x):
    
    Lisa Julia Nebel's avatar
    Lisa Julia Nebel committed
    
        def orientation(self, x):
    
            rotation = [[1,0,0], [0,1,0], [0,0,1]]
    
    Lisa Julia Nebel's avatar
    Lisa Julia Nebel committed
            return rotation