gmsh_scripts.registry

Module Contents

Functions

reset([factory, point_tol])

correct_kwargs(entity, name)

register_point(point)

register_curve(curve)

register_curve_loop(curve_loop)

register_surface(surface)

register_surface_loop(surface_loop)

register_volume(volume)

register_quadrate_surface(surface)

register_structure_curve(curve)

register_structure_surface(surface)

register_structure_volume(volume)

pre_unregister_volume(volume)

unregister_volumes()

get_unregistered_volumes()

register_curve_structure(points, structure)

register_surface_structure(points, structure)

register_volume_structure(tag, structure)

register_surface_quadrate(points, quadrate)

get_curve_structure(points)

get_surface_structure(points)

get_volume_structure(tag)

get_surface_quadrate(points)

register_boolean_new2olds(m)

register_boolean_old2news(m)

get_boolean_new2olds()

get_boolean_old2news()

register_volume2block(volume_tag, block)

get_volume2block()

synchronize()

Attributes

FACTORY

POINT_TOL

POINTS

CURVES

CURVES_LOOPS

SURFACES

SURFACES_LOOPS

VOLUMES

POINT_TAG

CURVE_TAG

CURVE_LOOP_TAG

SURFACE_TAG

SURFACE_LOOP_TAG

VOLUME_TAG

QUADRATED_SURFACES

STRUCTURED_CURVES

STRUCTURED_SURFACES

STRUCTURED_VOLUMES

CURVE_STRUCTURE

SURFACE_STRUCTURE

VOLUME_STRUCTURE

SURFACE_QUADRATE

BOOLEAN_NEW2OLDS

BOOLEAN_OLD2NEWS

VOLUME2BLOCK

USE_REGISTRY_TAG

UNREGISTERED_VOLUMES

POINT_KWARGS

CURVE_KWARGS

CURVE_LOOP_KWARGS

SURFACE_KWARGS

SURFACE_LOOP_KWARGS

VOLUME_KWARGS

RECOMBINE_KWARGS

TRANSFINITE_CURVE_KWARGS

TRANSFINITE_CURVE_TYPES

TRANSFINITE_SURFACE_KWARGS

TRANSFINITE_VOLUME_KWARGS

name2kwargs

add_point

add_curve

add_curve_loop

add_surface

add_surface_loop

add_volume

add_quadrate

add_structure_curve

add_structure_surface

add_structure_volume

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()