mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
* More documentation within the netgen.ocf file
* Modified the boundary condition numbers to reflect the change in the lowest allowed boundary condition change from "0" to "1" * Removed version number from the file to ease maintenance
This commit is contained in:
parent
3abc034f09
commit
59cd94a1dc
@ -1,4 +1,4 @@
|
|||||||
# Netgen 4.9.9
|
# Netgen Mesher
|
||||||
# Boundary Condition Colour Profile
|
# Boundary Condition Colour Profile
|
||||||
#
|
#
|
||||||
# Name: netgen.ocf
|
# Name: netgen.ocf
|
||||||
@ -14,13 +14,19 @@
|
|||||||
# <bc_num2> <R> <G> <B>
|
# <bc_num2> <R> <G> <B>
|
||||||
# ....
|
# ....
|
||||||
# ....
|
# ....
|
||||||
|
# NOTE:
|
||||||
|
# * Currently, the default Boundary
|
||||||
|
# Condition number assigned to faces without
|
||||||
|
# any colour defined is "1"
|
||||||
|
# * Boundary Condition number "0" is invalid,
|
||||||
|
# and should not be used
|
||||||
|
|
||||||
boundary_colours
|
boundary_colours
|
||||||
7
|
7
|
||||||
1 0.0000 0.0000 0.0000
|
2 0.0000 0.0000 0.0000
|
||||||
2 1.0000 0.0000 0.0000
|
3 1.0000 0.0000 0.0000
|
||||||
3 0.0000 0.0000 1.0000
|
4 0.0000 0.0000 1.0000
|
||||||
4 1.0000 1.0000 0.0000
|
5 1.0000 1.0000 0.0000
|
||||||
5 0.0000 1.0000 1.0000
|
6 0.0000 1.0000 1.0000
|
||||||
6 1.0000 0.0000 1.0000
|
7 1.0000 0.0000 1.0000
|
||||||
7 1.0000 1.0000 1.0000
|
8 1.0000 1.0000 1.0000
|
||||||
|
Loading…
Reference in New Issue
Block a user