PR: dump new init mode

This commit is contained in:
prascle 2013-02-19 11:29:50 +00:00
parent f219b089c5
commit 5000caa05b

View File

@ -84,7 +84,7 @@
output="TRIA,QUAD" output="TRIA,QUAD"
dim="2"> dim="2">
<python-wrap> <python-wrap>
<algo>NETGEN_2D_ONLY=Triangle(algo=smesh.NETGEN_2D)</algo> <algo>NETGEN_2D_ONLY=Triangle(algo=smeshDC.NETGEN_2D)</algo>
<hypo>LengthFromEdges=LengthFromEdges()</hypo> <hypo>LengthFromEdges=LengthFromEdges()</hypo>
<hypo>MaxElementArea=MaxElementArea(SetMaxElementArea())</hypo> <hypo>MaxElementArea=MaxElementArea(SetMaxElementArea())</hypo>
<hypo>NETGEN_Parameters_2D_ONLY=Parameters()</hypo> <hypo>NETGEN_Parameters_2D_ONLY=Parameters()</hypo>
@ -102,7 +102,7 @@
dim="2" dim="2"
support-submeshes="true"> support-submeshes="true">
<python-wrap> <python-wrap>
<algo>NETGEN_2D=Triangle(algo=smesh.NETGEN_1D2D)</algo> <algo>NETGEN_2D=Triangle(algo=smeshDC.NETGEN_1D2D)</algo>
<hypo>NETGEN_Parameters_2D=Parameters()</hypo> <hypo>NETGEN_Parameters_2D=Parameters()</hypo>
<hypo>NETGEN_SimpleParameters_2D=Parameters(smesh.SIMPLE)</hypo> <hypo>NETGEN_SimpleParameters_2D=Parameters(smesh.SIMPLE)</hypo>
<hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo> <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
@ -116,7 +116,7 @@
dim="3" dim="3"
support-submeshes="true"> support-submeshes="true">
<python-wrap> <python-wrap>
<algo>NETGEN_2D3D=Tetrahedron(algo=smesh.NETGEN_1D2D3D)</algo> <algo>NETGEN_2D3D=Tetrahedron(algo=smeshDC.NETGEN_1D2D3D)</algo>
<hypo>NETGEN_Parameters=Parameters()</hypo> <hypo>NETGEN_Parameters=Parameters()</hypo>
<hypo>NETGEN_SimpleParameters_3D=Parameters(smesh.SIMPLE)</hypo> <hypo>NETGEN_SimpleParameters_3D=Parameters(smesh.SIMPLE)</hypo>
</python-wrap> </python-wrap>