Skip to content
Snippets Groups Projects
Commit b0702814 authored by Tscherpel, Tabea's avatar Tscherpel, Tabea
Browse files

Replace meshquantities.py

parent 8f1cf7a6
Branches
No related tags found
No related merge requests found
#########################
#########################Hi
# author: T.Tscherpel
# created 21/06/2023
#########################
......@@ -65,8 +65,6 @@ plt.grid()
tikzplotlib.save("ebar_adapt.tex")
plt.savefig("ebar_adapt.png")
plt.show()
####################
......@@ -87,7 +85,8 @@ def meshcube(iR,s):
def meshdiamond(m,s):
# input: m number of tetrahedra on the spine, s scaling factor for the whole mesh
#
# output: mesh of a diamond domain with spine vertices (0,0,s) and (0,0,-s) and equator vertices on the circle with radius s, with 2m tetrahedra
Pm = np.array([0.0, 0.0, -1.0])
Pp = np.array([0.0, 0.0, 1.0])
P0 = np.array([0.0, 0.0, 0.0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment