Skip to content

Commit

Permalink
Update BoundaryCondition.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaezi92 authored May 12, 2022
1 parent 40a3ff1 commit 0025801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2D-Conduction/Modules/BoundaryCondition.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Created on Mon Jan 11 13:01:37 2021
@author: HERASAT-6
@author: Mohammad Vaezi
"""
import numpy as np

Expand Down Expand Up @@ -46,4 +46,4 @@ def Temperature(NF, NFN, NFR, BCType, X, Y, IDS):
Y_BC = reshaping(Y_BC)
u_BC = reshaping(u_BC)

return X_BC, Y_BC, u_BC
return X_BC, Y_BC, u_BC

0 comments on commit 0025801

Please sign in to comment.