Restores the constrained degrees-of-freedom from the boundary conditions applied by apply_boundary_conditions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(inout), | dimension(:) | :: | gdof |
An array of the global degrees of freedom to restrain. The array is sorted into ascending order on output. |
|
| real(kind=real64), | intent(in), | dimension(:) | :: | x |
The constrained vector. |
|
| class(errors), | intent(inout), | optional, | target | :: | err |
An optional error handling object. |
The altered vector.