Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
1c41d18c
Commit
1c41d18c
authored
Feb 11, 2016
by
Douglas Serson
Committed by
Spencer Sherwin
Mar 04, 2016
Browse files
Remove duplicate bc imposition in ContField1D
parent
af846fc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/MultiRegions/ContField1D.cpp
View file @
1c41d18c
...
...
@@ -344,15 +344,6 @@ namespace Nektar
// STEP 1: SET THE DIRICHLET DOFS TO THE RIGHT VALUE
// IN THE SOLUTION ARRAY
v_ImposeDirichletConditions
(
inout
);
for
(
int
i
=
0
;
i
<
m_bndCondExpansions
.
num_elements
();
++
i
)
{
if
(
m_bndConditions
[
i
]
->
GetBoundaryConditionType
()
==
SpatialDomains
::
eDirichlet
)
{
inout
[
m_locToGloMap
->
GetBndCondCoeffsToGlobalCoeffsMap
(
i
)]
=
m_bndCondExpansions
[
i
]
->
GetCoeff
(
0
);
}
}
// STEP 2: CALCULATE THE HOMOGENEOUS COEFFICIENTS
if
(
contNcoeffs
-
NumDirBcs
>
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment