gmsh_scripts.registry
Module Contents
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes
- gmsh_scripts.registry.FACTORY = 'geo'
- gmsh_scripts.registry.POINT_TOL = 12
- gmsh_scripts.registry.POINTS
- gmsh_scripts.registry.CURVES
- gmsh_scripts.registry.CURVES_LOOPS
- gmsh_scripts.registry.SURFACES
- gmsh_scripts.registry.SURFACES_LOOPS
- gmsh_scripts.registry.VOLUMES
- gmsh_scripts.registry.POINT_TAG = 1
- gmsh_scripts.registry.CURVE_TAG = 1
- gmsh_scripts.registry.CURVE_LOOP_TAG = 1
- gmsh_scripts.registry.SURFACE_TAG = 1
- gmsh_scripts.registry.SURFACE_LOOP_TAG = 1
- gmsh_scripts.registry.VOLUME_TAG = 1
- gmsh_scripts.registry.QUADRATED_SURFACES
- gmsh_scripts.registry.STRUCTURED_CURVES
- gmsh_scripts.registry.STRUCTURED_SURFACES
- gmsh_scripts.registry.STRUCTURED_VOLUMES
- gmsh_scripts.registry.CURVE_STRUCTURE
- gmsh_scripts.registry.SURFACE_STRUCTURE
- gmsh_scripts.registry.VOLUME_STRUCTURE
- gmsh_scripts.registry.SURFACE_QUADRATE
- gmsh_scripts.registry.BOOLEAN_NEW2OLDS
- gmsh_scripts.registry.BOOLEAN_OLD2NEWS
- gmsh_scripts.registry.VOLUME2BLOCK
- gmsh_scripts.registry.USE_REGISTRY_TAG = True
- gmsh_scripts.registry.UNREGISTERED_VOLUMES
- gmsh_scripts.registry.POINT_KWARGS
- gmsh_scripts.registry.CURVE_KWARGS
- gmsh_scripts.registry.CURVE_LOOP_KWARGS
- gmsh_scripts.registry.SURFACE_KWARGS
- gmsh_scripts.registry.SURFACE_LOOP_KWARGS
- gmsh_scripts.registry.VOLUME_KWARGS
- gmsh_scripts.registry.RECOMBINE_KWARGS
- gmsh_scripts.registry.TRANSFINITE_CURVE_KWARGS
- gmsh_scripts.registry.TRANSFINITE_CURVE_TYPES = ['Progression', 'Bump', 'Beta']
- gmsh_scripts.registry.TRANSFINITE_SURFACE_KWARGS
- gmsh_scripts.registry.TRANSFINITE_VOLUME_KWARGS
- gmsh_scripts.registry.name2kwargs
- gmsh_scripts.registry.reset(factory='geo', point_tol=8)
- gmsh_scripts.registry.correct_kwargs(entity, name)
- gmsh_scripts.registry.add_point
- gmsh_scripts.registry.add_curve
- gmsh_scripts.registry.add_curve_loop
- gmsh_scripts.registry.add_surface
- gmsh_scripts.registry.add_surface_loop
- gmsh_scripts.registry.add_volume
- gmsh_scripts.registry.add_quadrate
- gmsh_scripts.registry.add_structure_curve
- gmsh_scripts.registry.add_structure_surface
- gmsh_scripts.registry.add_structure_volume
- gmsh_scripts.registry.register_point(point)
- gmsh_scripts.registry.register_curve(curve)
- gmsh_scripts.registry.register_curve_loop(curve_loop)
- gmsh_scripts.registry.register_surface(surface)
- gmsh_scripts.registry.register_surface_loop(surface_loop)
- gmsh_scripts.registry.register_volume(volume)
- gmsh_scripts.registry.register_quadrate_surface(surface)
- gmsh_scripts.registry.register_structure_curve(curve)
- gmsh_scripts.registry.register_structure_surface(surface)
- gmsh_scripts.registry.register_structure_volume(volume)
- gmsh_scripts.registry.pre_unregister_volume(volume)
- gmsh_scripts.registry.unregister_volumes()
- gmsh_scripts.registry.get_unregistered_volumes()
- gmsh_scripts.registry.register_curve_structure(points, structure)
- gmsh_scripts.registry.register_surface_structure(points, structure)
- gmsh_scripts.registry.register_volume_structure(tag, structure)
- gmsh_scripts.registry.register_surface_quadrate(points, quadrate)
- gmsh_scripts.registry.get_curve_structure(points)
- gmsh_scripts.registry.get_surface_structure(points)
- gmsh_scripts.registry.get_volume_structure(tag)
- gmsh_scripts.registry.get_surface_quadrate(points)
- gmsh_scripts.registry.register_boolean_new2olds(m)
- gmsh_scripts.registry.register_boolean_old2news(m)
- gmsh_scripts.registry.get_boolean_new2olds()
- gmsh_scripts.registry.get_boolean_old2news()
- gmsh_scripts.registry.register_volume2block(volume_tag, block)
- gmsh_scripts.registry.get_volume2block()
- gmsh_scripts.registry.synchronize()