- Thank you received: 0
controlling mesh density with netgen
5 years 9 months ago #1438
by masi2019
Replied by masi2019 on topic controlling mesh density with netgen
Actually I saw that section 4.1 and based on that I wrote the following *.msz file for my geo file (just to test):
1
0.0 0.0 0.0 0.1
1
0.0 0.0 0.0 1.0 1.0 1.0 0.1
my np is 1 and my nl is also 1. This I used with the following *.geo file:
#
## A cube
#
algebraic3d
# cube consisting of 6 planes:
solid cube = plane (0, 0, 0; 0, 0, -1)
and plane (0, 0, 0; 0, -1, 0)
and plane (0, 0, 0; -1, 0, 0)
and plane (1, 1, 1; 0, 0, 1)
and plane (1, 1, 1; 0, 1, 0)
and plane (1, 1, 1; 1, 0, 0);
tlo cube -transparent;
But I get the error message as following:
Mesh-size file error: Number of line definitions don't match specified list size
What am I doing wrong here? BTW, thank you for developing such a nice open and powerful software. It helps me a lot for my thesis
1
0.0 0.0 0.0 0.1
1
0.0 0.0 0.0 1.0 1.0 1.0 0.1
my np is 1 and my nl is also 1. This I used with the following *.geo file:
#
## A cube
#
algebraic3d
# cube consisting of 6 planes:
solid cube = plane (0, 0, 0; 0, 0, -1)
and plane (0, 0, 0; 0, -1, 0)
and plane (0, 0, 0; -1, 0, 0)
and plane (1, 1, 1; 0, 0, 1)
and plane (1, 1, 1; 0, 1, 0)
and plane (1, 1, 1; 1, 0, 0);
tlo cube -transparent;
But I get the error message as following:
Mesh-size file error: Number of line definitions don't match specified list size
What am I doing wrong here? BTW, thank you for developing such a nice open and powerful software. It helps me a lot for my thesis
5 years 9 months ago #1439
by joachim
Replied by joachim on topic controlling mesh density with netgen
Your example is working for me. I guess you miss the return after the last line.
Joachim
Joachim
The following user(s) said Thank You: masi2019
Time to create page: 0.105 seconds