File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/python
22
33""""
4- @file BSpline curve example
4+ @file example_shell3D.py
55
6- @brief Play with a B-spline curve in Python
6+ @brief Replicates example_shell3D from the gsKLShell module
77
88 This file is part of the G+Smo library.
99
1010 This Source Code Form is subject to the terms of the Mozilla Public
1111 License, v. 2.0. If a copy of the MPL was not distributed with this
1212 file, You can obtain one at http://mozilla.org/MPL/2.0/.
1313
14- Author(s): S. Imperatore
14+ Author(s): H.M. Verhelst
1515"""
1616
1717import os , sys
@@ -143,12 +143,10 @@ def Jacobian(resvec):
143143YY = YY .reshape (N * N )
144144
145145u = np .stack ([XX ,YY ])
146- print (u )
147146
148147sol = assembler .constructSolution (solution )
149148
150149solution = sol .patch (0 ).eval (u )
151- print (solution )
152150
153151fig = plt .figure ()
154152ax = fig .add_subplot () # projection='3d'
You can’t perform that action at this time.
0 commit comments