Bugfix: boundary condition update
This commit is contained in:
parent
06b5b787b8
commit
f77f4991e6
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ BasicSymmetryPointPatchField
|
|||
:
|
||||
ValuePointPatchField<PatchField, Mesh, PointPatch, MatrixType, Type>(p, iF)
|
||||
{
|
||||
updateBoundaryField();
|
||||
// Cannot update boundary: internal field not set. HJ, 28/Feb/2018
|
||||
}
|
||||
|
||||
|
||||
|
@ -178,7 +178,7 @@ BasicSymmetryPointPatchField
|
|||
ValuePointPatchField
|
||||
<PatchField, Mesh, PointPatch, MatrixType, Type>(ptf, iF)
|
||||
{
|
||||
updateBoundaryField();
|
||||
// Cannot update boundary: internal field not set. HJ, 28/Feb/2018
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue