-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
========== | ||
Placement | ||
========== | ||
This is the block that fills cells into partitions. | ||
The main object is the PlacementStrategy, a set of instructions for the definition of the positions of each cells in the partition volume. | ||
|
||
The BSB offers some strategies out of the box (here is a :doc:`list </placement/placement-strategies>`), or you can implement your own. | ||
|
||
The data is stored in :doc:`PlacementSets </placement/placement-set>` per cell type. | ||
This block is responsible for placing cells into partitions. The main object is the PlacementStrategy, | ||
which provides a set of instructions for defining the positions of each cell within the partition volume. | ||
BSB offers several built-in strategies (here is a :doc:`list </placement/placement-strategies>`), | ||
or you can implement your own. | ||
The placement data is stored in :doc:`PlacementSets </placement/placement-set>` for each cell type. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters