Skip to content

Commit

Permalink
updated docs for hexagonal unit cell
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMetsch committed Nov 30, 2020
1 parent 3921360 commit 18cc66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/hexagonalCell3DSphere.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Code
"numberCells": [1,1,1], # generate 1 unit cell in every spatial direction
"radius": 2.5, # set the inclusion radius to 2.5
"inclusionType": "Sphere", # define inclusionType as "Sphere"
"size": [6, 6*3**(0.5), 6*3**(0.5)], # set cell size instead of distance
"size": [6, 6*3**(0.5), 6*(8/3)**(0.5)], # set cell size instead of distance
"origin": [0, 0, 0], # set cell origin to [0,0,0]
"periodicityFlags": [1, 1, 1], # define all axis directions as periodic
"domainGroup": "domain", # use "domain" as name for the domainGroup
Expand Down

0 comments on commit 18cc66d

Please sign in to comment.