-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bfb020a
commit cdf2402
Showing
6 changed files
with
102 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Traceback (most recent call last): | ||
File "/home/mwess/.local/lib/python3.10/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution | ||
executenb( | ||
File "/usr/local/lib/python3.10/dist-packages/nbclient/client.py", line 1269, in execute | ||
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute() | ||
File "/usr/local/lib/python3.10/dist-packages/nbclient/util.py", line 85, in wrapped | ||
return just_run(coro(*args, **kwargs)) | ||
File "/usr/local/lib/python3.10/dist-packages/nbclient/util.py", line 60, in just_run | ||
return loop.run_until_complete(coro) | ||
File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete | ||
return future.result() | ||
File "/usr/local/lib/python3.10/dist-packages/nbclient/client.py", line 707, in async_execute | ||
await self.async_execute_cell( | ||
File "/usr/local/lib/python3.10/dist-packages/nbclient/client.py", line 1025, in async_execute_cell | ||
await self._check_raise_for_error(cell, cell_index, exec_reply) | ||
File "/usr/local/lib/python3.10/dist-packages/nbclient/client.py", line 919, in _check_raise_for_error | ||
raise CellExecutionError.from_cell_and_msg(cell, exec_reply_content) | ||
nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: | ||
------------------ | ||
#Draw solution | ||
#scenee = Draw (gfE[1], mesh, "E", order=2, draw_surf=False, clipping={"y":1, "z":0},min=-0.5,max=0.5,autoscale=False,points=dcs.GetWebGuiPoints(2),settings = {"Objects" : {"Clipping Plane" : True}}, euler_angles=[-120,2,-15]) | ||
#sceneh = Draw (gfH.Operator("altshape")[2], mesh, "H", order=2, draw_surf=False, clipping={"y":1, "z":0},min=-0.5,max=0.5,autoscale=False) | ||
gfE_anim = GridFunction(fesE,multidim=0) | ||
------------------ | ||
|
||
[0;31m---------------------------------------------------------------------------[0m | ||
[0;31mNameError[0m Traceback (most recent call last) | ||
Input [0;32mIn [7][0m, in [0;36m<cell line: 4>[0;34m()[0m | ||
[1;32m 1[0m [38;5;66;03m#Draw solution[39;00m | ||
[1;32m 2[0m [38;5;66;03m#scenee = Draw (gfE[1], mesh, "E", order=2, draw_surf=False, clipping={"y":1, "z":0},min=-0.5,max=0.5,autoscale=False,points=dcs.GetWebGuiPoints(2),settings = {"Objects" : {"Clipping Plane" : True}}, euler_angles=[-120,2,-15])[39;00m | ||
[1;32m 3[0m [38;5;66;03m#sceneh = Draw (gfH.Operator("altshape")[2], mesh, "H", order=2, draw_surf=False, clipping={"y":1, "z":0},min=-0.5,max=0.5,autoscale=False)[39;00m | ||
[0;32m----> 4[0m gfE_anim [38;5;241m=[39m GridFunction([43mfesE[49m,multidim[38;5;241m=[39m[38;5;241m0[39m) | ||
|
||
[0;31mNameError[0m: name 'fesE' is not defined | ||
NameError: name 'fesE' is not defined | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.