Working 2.5D fwd (nodal discretization)

On going Jvec and Jtvec
This commit is contained in:
seogi_macbook
2016-04-29 09:35:03 -07:00
parent ef602eaab1
commit 38aef03f9d
7 changed files with 209 additions and 99 deletions
-4
View File
@@ -267,8 +267,6 @@ class Problem3D_N(BaseDCProblem):
# Handling Null space of A
A[0,0] = A[0,0] + 1.
# if self._makeASymmetric is True:
# return V.T * A
return A
def getADeriv(self, u, v, adjoint=False):
@@ -293,8 +291,6 @@ class Problem3D_N(BaseDCProblem):
"""
RHS = self.getSourceTerm()
# if self._makeASymmetric is True:
# return self.Vol.T * RHS
return RHS
def getRHSDeriv(self, src, v, adjoint=False):