documenting the actually available TMPS
This commit is contained in:
parent
f204808795
commit
b29f22f513
|
@ -345,8 +345,8 @@ class Geom:
|
||||||
Number of grid points in x,y,z direction.
|
Number of grid points in x,y,z direction.
|
||||||
size : list or numpy.ndarray of shape (3)
|
size : list or numpy.ndarray of shape (3)
|
||||||
Physical size of the geometry in meter.
|
Physical size of the geometry in meter.
|
||||||
surface : {'primitive', 'gyroid', 'lidinoid', 'neovius', 'diamond', 'doublediamond'}
|
surface : str
|
||||||
Type of the minimal surface.
|
Type of the minimal surface. See notes for details.
|
||||||
threshold : float, optional.
|
threshold : float, optional.
|
||||||
Threshold of the minimal surface. Defaults to 0.0.
|
Threshold of the minimal surface. Defaults to 0.0.
|
||||||
periods : integer, optional.
|
periods : integer, optional.
|
||||||
|
@ -354,6 +354,22 @@ class Geom:
|
||||||
materials : (int, int), optional
|
materials : (int, int), optional
|
||||||
Material IDs. Defaults to (1,2).
|
Material IDs. Defaults to (1,2).
|
||||||
|
|
||||||
|
Notes
|
||||||
|
-----
|
||||||
|
The following triply-periodic minimal surfaces are implemented:
|
||||||
|
- Schwarz P
|
||||||
|
- Double Primitive
|
||||||
|
- Schwarz D
|
||||||
|
- Complementary D
|
||||||
|
- Double Diamond
|
||||||
|
- Dprime
|
||||||
|
- Gyroid
|
||||||
|
- Gprime
|
||||||
|
- Karcher K
|
||||||
|
- Lidinoid
|
||||||
|
- Neovius
|
||||||
|
- Fisher-Koch S
|
||||||
|
|
||||||
References
|
References
|
||||||
----------
|
----------
|
||||||
Surface curvature in triply-periodic minimal surface architectures as
|
Surface curvature in triply-periodic minimal surface architectures as
|
||||||
|
|
Loading…
Reference in New Issue