LICENSE
README.md
pyproject.toml
src/ada/__init__.py
src/ada/cli_convert.py
src/ada/config.py
src/ada/deprecation.py
src/ada/api/__init__.py
src/ada/api/animations.py
src/ada/api/boolean.py
src/ada/api/bounding_box.py
src/ada/api/cli.py
src/ada/api/computed_placement.py
src/ada/api/connections.py
src/ada/api/curves.py
src/ada/api/exceptions.py
src/ada/api/fasteners.py
src/ada/api/groups.py
src/ada/api/mass.py
src/ada/api/nodes.py
src/ada/api/presentation_layers.py
src/ada/api/transforms.py
src/ada/api/user.py
src/ada/api/beams/__init__.py
src/ada/api/beams/base_bm.py
src/ada/api/beams/beam_revolved.py
src/ada/api/beams/beam_swept.py
src/ada/api/beams/beam_tapered.py
src/ada/api/beams/geom_beams.py
src/ada/api/beams/helpers.py
src/ada/api/beams/justification.py
src/ada/api/containers/__init__.py
src/ada/api/containers/base.py
src/ada/api/containers/beams.py
src/ada/api/containers/connections.py
src/ada/api/containers/materials.py
src/ada/api/containers/nodes.py
src/ada/api/containers/plates.py
src/ada/api/containers/sections.py
src/ada/api/piping/__init__.py
src/ada/api/piping/base_piping.py
src/ada/api/plates/__init__.py
src/ada/api/plates/base_pl.py
src/ada/api/primitives/__init__.py
src/ada/api/primitives/base.py
src/ada/api/primitives/bool_half_space.py
src/ada/api/primitives/box.py
src/ada/api/primitives/cone.py
src/ada/api/primitives/cylinder.py
src/ada/api/primitives/extruded_area_solid.py
src/ada/api/primitives/primitive_face.py
src/ada/api/primitives/revolved_area_solid.py
src/ada/api/primitives/sphere.py
src/ada/api/primitives/swept_area_solid.py
src/ada/api/spatial/__init__.py
src/ada/api/spatial/assembly.py
src/ada/api/spatial/eq_types.py
src/ada/api/spatial/equipment.py
src/ada/api/spatial/part.py
src/ada/api/walls/__init__.py
src/ada/api/walls/base_walls.py
src/ada/base/__init__.py
src/ada/base/adacpp_interface.py
src/ada/base/changes.py
src/ada/base/ifc_types.py
src/ada/base/physical_objects.py
src/ada/base/root.py
src/ada/base/types.py
src/ada/base/units.py
src/ada/cache/__init__.py
src/ada/cache/reader.py
src/ada/cache/store.py
src/ada/cache/utils.py
src/ada/cache/writer.py
src/ada/cadit/__init__.py
src/ada/cadit/e3d/__init__.py
src/ada/cadit/e3d/write_mac.py
src/ada/cadit/gxml/__init__.py
src/ada/cadit/gxml/sat_helpers.py
src/ada/cadit/gxml/store.py
src/ada/cadit/gxml/utils.py
src/ada/cadit/gxml/read/__init__.py
src/ada/cadit/gxml/read/helpers.py
src/ada/cadit/gxml/read/read_bcs.py
src/ada/cadit/gxml/read/read_beams.py
src/ada/cadit/gxml/read/read_joints.py
src/ada/cadit/gxml/read/read_masses.py
src/ada/cadit/gxml/read/read_materials.py
src/ada/cadit/gxml/read/read_sections.py
src/ada/cadit/gxml/read/read_sets.py
src/ada/cadit/gxml/write/__init__.py
src/ada/cadit/gxml/write/write_bcs.py
src/ada/cadit/gxml/write/write_beams.py
src/ada/cadit/gxml/write/write_equipments.py
src/ada/cadit/gxml/write/write_hinges.py
src/ada/cadit/gxml/write/write_load_case.py
src/ada/cadit/gxml/write/write_loads.py
src/ada/cadit/gxml/write/write_masses.py
src/ada/cadit/gxml/write/write_materials.py
src/ada/cadit/gxml/write/write_plates.py
src/ada/cadit/gxml/write/write_sat_embedded.py
src/ada/cadit/gxml/write/write_sections.py
src/ada/cadit/gxml/write/write_sets.py
src/ada/cadit/gxml/write/write_utils.py
src/ada/cadit/gxml/write/write_xml.py
src/ada/cadit/gxml/write/resources/xml_blank.xml
src/ada/cadit/ifc/__init__.py
src/ada/cadit/ifc/convert_length_unit_patch.py
src/ada/cadit/ifc/ifc2sql.py
src/ada/cadit/ifc/optimization_utils.py
src/ada/cadit/ifc/sql_model.py
src/ada/cadit/ifc/store.py
src/ada/cadit/ifc/units_conversion.py
src/ada/cadit/ifc/utils.py
src/ada/cadit/ifc/read/__init__.py
src/ada/cadit/ifc/read/exceptions.py
src/ada/cadit/ifc/read/read_beam_section.py
src/ada/cadit/ifc/read/read_beams.py
src/ada/cadit/ifc/read/read_color.py
src/ada/cadit/ifc/read/read_curves.py
src/ada/cadit/ifc/read/read_ifc.py
src/ada/cadit/ifc/read/read_materials.py
src/ada/cadit/ifc/read/read_parts.py
src/ada/cadit/ifc/read/read_physical_objects.py
src/ada/cadit/ifc/read/read_pipe.py
src/ada/cadit/ifc/read/read_plates.py
src/ada/cadit/ifc/read/read_shapes.py
src/ada/cadit/ifc/read/reader_utils.py
src/ada/cadit/ifc/read/geom/__init__.py
src/ada/cadit/ifc/read/geom/curves.py
src/ada/cadit/ifc/read/geom/geom_reader.py
src/ada/cadit/ifc/read/geom/placement.py
src/ada/cadit/ifc/read/geom/solids.py
src/ada/cadit/ifc/read/geom/surfaces.py
src/ada/cadit/ifc/write/__init__.py
src/ada/cadit/ifc/write/primitive_helper_utils.py
src/ada/cadit/ifc/write/write_beams.py
src/ada/cadit/ifc/write/write_building_components.py
src/ada/cadit/ifc/write/write_curves.py
src/ada/cadit/ifc/write/write_fasteners.py
src/ada/cadit/ifc/write/write_groups.py
src/ada/cadit/ifc/write/write_ifc.py
src/ada/cadit/ifc/write/write_instances.py
src/ada/cadit/ifc/write/write_material.py
src/ada/cadit/ifc/write/write_openings.py
src/ada/cadit/ifc/write/write_pipe.py
src/ada/cadit/ifc/write/write_plates.py
src/ada/cadit/ifc/write/write_sections.py
src/ada/cadit/ifc/write/write_shapes.py
src/ada/cadit/ifc/write/write_spatial_elements.py
src/ada/cadit/ifc/write/write_user.py
src/ada/cadit/ifc/write/write_wall.py
src/ada/cadit/ifc/write/beams/__init__.py
src/ada/cadit/ifc/write/beams/revolved_beam.py
src/ada/cadit/ifc/write/beams/straight_beam.py
src/ada/cadit/ifc/write/beams/straight_beam_tapered.py
src/ada/cadit/ifc/write/beams/swept_beam.py
src/ada/cadit/ifc/write/geom/__init__.py
src/ada/cadit/ifc/write/geom/curves.py
src/ada/cadit/ifc/write/geom/placement.py
src/ada/cadit/ifc/write/geom/points.py
src/ada/cadit/ifc/write/geom/solids.py
src/ada/cadit/ifc/write/geom/surfaces.py
src/ada/cadit/ifc/write/pipes/__init__.py
src/ada/cadit/ifc/write/pipes/elbow_segment.py
src/ada/cadit/ifc/write/pipes/straight_segment.py
src/ada/cadit/ifc/write/shapes/__init__.py
src/ada/cadit/ifc/write/shapes/box.py
src/ada/cadit/ifc/write/shapes/cone.py
src/ada/cadit/ifc/write/shapes/cylinder.py
src/ada/cadit/ifc/write/shapes/prim_extrude_area.py
src/ada/cadit/ifc/write/shapes/prim_revolve_area_solid.py
src/ada/cadit/ifc/write/shapes/prim_sweep_area.py
src/ada/cadit/ifc/write/shapes/sphere.py
src/ada/cadit/sat/__init__.py
src/ada/cadit/sat/exceptions.py
src/ada/cadit/sat/store.py
src/ada/cadit/sat/utils.py
src/ada/cadit/sat/parser/__init__.py
src/ada/cadit/sat/parser/acis_entities.py
src/ada/cadit/sat/parser/converter.py
src/ada/cadit/sat/parser/parser.py
src/ada/cadit/sat/parser/spline_parsers.py
src/ada/cadit/sat/read/__init__.py
src/ada/cadit/sat/read/advanced_face.py
src/ada/cadit/sat/read/bsplinecurves.py
src/ada/cadit/sat/read/bsplinesurface.py
src/ada/cadit/sat/read/curves.py
src/ada/cadit/sat/read/faces.py
src/ada/cadit/sat/read/sat_entities.py
src/ada/cadit/sat/read/sat_utils.py
src/ada/cadit/sat/write/__init__.py
src/ada/cadit/sat/write/sat_entities.py
src/ada/cadit/sat/write/utils.py
src/ada/cadit/sat/write/write_plate.py
src/ada/cadit/sat/write/writer.py
src/ada/cadit/step/__init__.py
src/ada/cadit/step/store.py
src/ada/cadit/step/stp_to_ifc.py
src/ada/cadit/step/read/__init__.py
src/ada/cadit/step/read/reader_utils.py
src/ada/cadit/step/read/geom/__init__.py
src/ada/cadit/step/read/geom/curves.py
src/ada/cadit/step/read/geom/geom_reader.py
src/ada/cadit/step/read/geom/helpers.py
src/ada/cadit/step/read/geom/surfaces.py
src/ada/cadit/step/write/__init__.py
src/ada/cadit/step/write/writer.py
src/ada/calc/__init__.py
src/ada/calc/beams.py
src/ada/calc/ec3_ex.py
src/ada/calc/utils.py
src/ada/comms/__init__.py
src/ada/comms/exceptions.py
src/ada/comms/fb_wrap_deserializer.py
src/ada/comms/fb_wrap_model_gen.py
src/ada/comms/fb_wrap_serializer.py
src/ada/comms/fb/fb_base_deserializer.py
src/ada/comms/fb/fb_base_gen.py
src/ada/comms/fb/fb_base_serializer.py
src/ada/comms/fb/fb_commands_deserializer.py
src/ada/comms/fb/fb_commands_gen.py
src/ada/comms/fb/fb_commands_serializer.py
src/ada/comms/fb/fb_meshes_deserializer.py
src/ada/comms/fb/fb_meshes_gen.py
src/ada/comms/fb/fb_meshes_serializer.py
src/ada/comms/fb/fb_procedures_deserializer.py
src/ada/comms/fb/fb_procedures_gen.py
src/ada/comms/fb/fb_procedures_serializer.py
src/ada/comms/fb/fb_scene_deserializer.py
src/ada/comms/fb/fb_scene_gen.py
src/ada/comms/fb/fb_scene_serializer.py
src/ada/comms/fb/fb_server_deserializer.py
src/ada/comms/fb/fb_server_gen.py
src/ada/comms/fb/fb_server_serializer.py
src/ada/comms/fb/fb_wsock_deserializer.py
src/ada/comms/fb/fb_wsock_gen.py
src/ada/comms/fb/fb_wsock_serializer.py
src/ada/comms/fb/base/ArrayType.py
src/ada/comms/fb/base/Error.py
src/ada/comms/fb/base/FileArg.py
src/ada/comms/fb/base/FileObject.py
src/ada/comms/fb/base/FileObjectRef.py
src/ada/comms/fb/base/FilePurpose.py
src/ada/comms/fb/base/FileType.py
src/ada/comms/fb/base/Parameter.py
src/ada/comms/fb/base/ParameterType.py
src/ada/comms/fb/base/ProcedureStart.py
src/ada/comms/fb/base/Value.py
src/ada/comms/fb/base/__init__.py
src/ada/comms/fb/commands/CommandType.py
src/ada/comms/fb/commands/TargetType.py
src/ada/comms/fb/commands/WebClient.py
src/ada/comms/fb/commands/__init__.py
src/ada/comms/fb/meshes/AppendMesh.py
src/ada/comms/fb/meshes/Mesh.py
src/ada/comms/fb/meshes/MeshInfo.py
src/ada/comms/fb/meshes/__init__.py
src/ada/comms/fb/procedures/Procedure.py
src/ada/comms/fb/procedures/ProcedureState.py
src/ada/comms/fb/procedures/ProcedureStore.py
src/ada/comms/fb/procedures/__init__.py
src/ada/comms/fb/scene/CameraParams.py
src/ada/comms/fb/scene/Scene.py
src/ada/comms/fb/scene/SceneOperations.py
src/ada/comms/fb/scene/Screenshot.py
src/ada/comms/fb/scene/__init__.py
src/ada/comms/fb/server/Server.py
src/ada/comms/fb/server/ServerProcessInfo.py
src/ada/comms/fb/server/ServerReply.py
src/ada/comms/fb/server/__init__.py
src/ada/comms/fb/wsock/Message.py
src/ada/comms/fb/wsock/__init__.py
src/ada/comms/msg_handling/__init__.py
src/ada/comms/msg_handling/default_on_message.py
src/ada/comms/msg_handling/delete_file_object.py
src/ada/comms/msg_handling/get_server_info.py
src/ada/comms/msg_handling/list_file_objects.py
src/ada/comms/msg_handling/list_procedures.py
src/ada/comms/msg_handling/list_web_clients.py
src/ada/comms/msg_handling/mesh_info_callback.py
src/ada/comms/msg_handling/on_error_reply.py
src/ada/comms/msg_handling/run_procedure.py
src/ada/comms/msg_handling/shutdown_server.py
src/ada/comms/msg_handling/start_local_app.py
src/ada/comms/msg_handling/start_separate_node_editor.py
src/ada/comms/msg_handling/update_scene.py
src/ada/comms/msg_handling/update_server.py
src/ada/comms/msg_handling/view_file_object.py
src/ada/comms/web/__init__.py
src/ada/comms/web/cli_node_editor_startup.py
src/ada/comms/web/serve.py
src/ada/comms/wsock/__init__.py
src/ada/comms/wsock/cli.py
src/ada/comms/wsock/client_async.py
src/ada/comms/wsock/client_base.py
src/ada/comms/wsock/client_sync.py
src/ada/comms/wsock/scene_model.py
src/ada/comms/wsock/server.py
src/ada/comms/wsock/utils.py
src/ada/core/__init__.py
src/ada/core/alignment_utils.py
src/ada/core/clash_check.py
src/ada/core/constants.py
src/ada/core/curve_fitting_utils.py
src/ada/core/curve_utils.py
src/ada/core/date_utils.py
src/ada/core/debug_tools.py
src/ada/core/exceptions.py
src/ada/core/file_system.py
src/ada/core/fillet_util.py
src/ada/core/guid.py
src/ada/core/hdf_utils.py
src/ada/core/utils.py
src/ada/core/vector_transforms.py
src/ada/core/vector_utils.py
src/ada/drawings/__init__.py
src/ada/drawings/export.py
src/ada/extension/__init__.py
src/ada/extension/design_and_analysis_extension_schema.py
src/ada/extension/design_extension_schema.py
src/ada/extension/simulation_extension_schema.py
src/ada/fem/__init__.py
src/ada/fem/base.py
src/ada/fem/cases.py
src/ada/fem/common.py
src/ada/fem/constants.py
src/ada/fem/constraints.py
src/ada/fem/containers.py
src/ada/fem/conversion_utils.py
src/ada/fem/elements.py
src/ada/fem/interactions.py
src/ada/fem/options.py
src/ada/fem/outputs.py
src/ada/fem/sections.py
src/ada/fem/sets.py
src/ada/fem/steps.py
src/ada/fem/surfaces.py
src/ada/fem/utils.py
src/ada/fem/concept/__init__.py
src/ada/fem/concept/base.py
src/ada/fem/concept/constraints.py
src/ada/fem/concept/loads.py
src/ada/fem/exceptions/__init__.py
src/ada/fem/exceptions/element_support.py
src/ada/fem/exceptions/fea_execution.py
src/ada/fem/exceptions/fea_software.py
src/ada/fem/exceptions/model_definition.py
src/ada/fem/formats/__init__.py
src/ada/fem/formats/execute.py
src/ada/fem/formats/fea_config.py
src/ada/fem/formats/general.py
src/ada/fem/formats/postprocess.py
src/ada/fem/formats/tools.py
src/ada/fem/formats/utils.py
src/ada/fem/formats/abaqus/__init__.py
src/ada/fem/formats/abaqus/config.py
src/ada/fem/formats/abaqus/elem_formulations.py
src/ada/fem/formats/abaqus/elem_shapes.py
src/ada/fem/formats/abaqus/execute.py
src/ada/fem/formats/abaqus/options.py
src/ada/fem/formats/abaqus/solver.py
src/ada/fem/formats/abaqus/helpers/export_faces_to_sat.py
src/ada/fem/formats/abaqus/read/__init__.py
src/ada/fem/formats/abaqus/read/cards.py
src/ada/fem/formats/abaqus/read/helper_utils.py
src/ada/fem/formats/abaqus/read/read_elements.py
src/ada/fem/formats/abaqus/read/read_masses.py
src/ada/fem/formats/abaqus/read/read_materials.py
src/ada/fem/formats/abaqus/read/read_orientations.py
src/ada/fem/formats/abaqus/read/read_sections.py
src/ada/fem/formats/abaqus/read/reader.py
src/ada/fem/formats/abaqus/results/__init__.py
src/ada/fem/formats/abaqus/results/_results.py
src/ada/fem/formats/abaqus/results/aba_io.py
src/ada/fem/formats/abaqus/results/aba_io_py27.py
src/ada/fem/formats/abaqus/results/get_version_from_sta.py
src/ada/fem/formats/abaqus/results/read_odb.py
src/ada/fem/formats/abaqus/write/__init__.py
src/ada/fem/formats/abaqus/write/helper_utils.py
src/ada/fem/formats/abaqus/write/templates.py
src/ada/fem/formats/abaqus/write/write_amplitudes.py
src/ada/fem/formats/abaqus/write/write_bc.py
src/ada/fem/formats/abaqus/write/write_connectors.py
src/ada/fem/formats/abaqus/write/write_constraints.py
src/ada/fem/formats/abaqus/write/write_elements.py
src/ada/fem/formats/abaqus/write/write_interactions.py
src/ada/fem/formats/abaqus/write/write_loads.py
src/ada/fem/formats/abaqus/write/write_main_inp.py
src/ada/fem/formats/abaqus/write/write_masses.py
src/ada/fem/formats/abaqus/write/write_materials.py
src/ada/fem/formats/abaqus/write/write_nodes.py
src/ada/fem/formats/abaqus/write/write_orientations.py
src/ada/fem/formats/abaqus/write/write_output_requests.py
src/ada/fem/formats/abaqus/write/write_parts.py
src/ada/fem/formats/abaqus/write/write_predefined_state.py
src/ada/fem/formats/abaqus/write/write_sections.py
src/ada/fem/formats/abaqus/write/write_sets.py
src/ada/fem/formats/abaqus/write/write_springs.py
src/ada/fem/formats/abaqus/write/write_steps.py
src/ada/fem/formats/abaqus/write/write_surfaces.py
src/ada/fem/formats/abaqus/write/writer.py
src/ada/fem/formats/calculix/__init__.py
src/ada/fem/formats/calculix/common.py
src/ada/fem/formats/calculix/compatibility.py
src/ada/fem/formats/calculix/config.py
src/ada/fem/formats/calculix/execute.py
src/ada/fem/formats/calculix/options.py
src/ada/fem/formats/calculix/results/__init__.py
src/ada/fem/formats/calculix/results/get_version_from_frd.py
src/ada/fem/formats/calculix/results/read_eigen_data.py
src/ada/fem/formats/calculix/results/read_frd_file.py
src/ada/fem/formats/calculix/results/read_results.py
src/ada/fem/formats/calculix/write/__init__.py
src/ada/fem/formats/calculix/write/templates.py
src/ada/fem/formats/calculix/write/write_elements.py
src/ada/fem/formats/calculix/write/write_loads.py
src/ada/fem/formats/calculix/write/write_steps.py
src/ada/fem/formats/calculix/write/writer.py
src/ada/fem/formats/code_aster/__init__.py
src/ada/fem/formats/code_aster/common.py
src/ada/fem/formats/code_aster/compatibility.py
src/ada/fem/formats/code_aster/config.py
src/ada/fem/formats/code_aster/elem_shapes.py
src/ada/fem/formats/code_aster/execute.py
src/ada/fem/formats/code_aster/options.py
src/ada/fem/formats/code_aster/read/__init__.py
src/ada/fem/formats/code_aster/read/read_sets.py
src/ada/fem/formats/code_aster/read/reader.py
src/ada/fem/formats/code_aster/results/__init__.py
src/ada/fem/formats/code_aster/results/get_version_from_comm.py
src/ada/fem/formats/code_aster/results/read_rmed_results.py
src/ada/fem/formats/code_aster/results/results.py
src/ada/fem/formats/code_aster/results/results_helpers.py
src/ada/fem/formats/code_aster/write/__init__.py
src/ada/fem/formats/code_aster/write/api.py
src/ada/fem/formats/code_aster/write/helper_utils.py
src/ada/fem/formats/code_aster/write/templates.py
src/ada/fem/formats/code_aster/write/write_bc.py
src/ada/fem/formats/code_aster/write/write_loads.py
src/ada/fem/formats/code_aster/write/write_materials.py
src/ada/fem/formats/code_aster/write/write_med.py
src/ada/fem/formats/code_aster/write/write_nodes.py
src/ada/fem/formats/code_aster/write/write_sections.py
src/ada/fem/formats/code_aster/write/write_sets.py
src/ada/fem/formats/code_aster/write/write_steps.py
src/ada/fem/formats/code_aster/write/writer.py
src/ada/fem/formats/code_aster/write/steps/__init__.py
src/ada/fem/formats/code_aster/write/steps/dynamic.py
src/ada/fem/formats/code_aster/write/steps/eigen.py
src/ada/fem/formats/code_aster/write/steps/fields.py
src/ada/fem/formats/code_aster/write/steps/static.py
src/ada/fem/formats/code_aster/write/steps/static_lin.py
src/ada/fem/formats/code_aster/write/steps/static_nonlin.py
src/ada/fem/formats/ifc/__init__.py
src/ada/fem/formats/ifc/helper_utils.py
src/ada/fem/formats/ifc/writer.py
src/ada/fem/formats/mesh_io/__init__.py
src/ada/fem/formats/mesh_io/common.py
src/ada/fem/formats/mesh_io/reader.py
src/ada/fem/formats/mesh_io/writer.py
src/ada/fem/formats/sesam/__init__.py
src/ada/fem/formats/sesam/common.py
src/ada/fem/formats/sesam/config.py
src/ada/fem/formats/sesam/execute.py
src/ada/fem/formats/sesam/sesam_exe_locator.py
src/ada/fem/formats/sesam/read/__init__.py
src/ada/fem/formats/sesam/read/cards.py
src/ada/fem/formats/sesam/read/read_constraints.py
src/ada/fem/formats/sesam/read/read_elements.py
src/ada/fem/formats/sesam/read/read_materials.py
src/ada/fem/formats/sesam/read/read_nodes.py
src/ada/fem/formats/sesam/read/read_sections.py
src/ada/fem/formats/sesam/read/read_sets.py
src/ada/fem/formats/sesam/read/reader.py
src/ada/fem/formats/sesam/results/__init__.py
src/ada/fem/formats/sesam/results/_results.py
src/ada/fem/formats/sesam/results/get_version_from_mlg.py
src/ada/fem/formats/sesam/results/read_cc.py
src/ada/fem/formats/sesam/results/read_sif.py
src/ada/fem/formats/sesam/results/sin2sif.py
src/ada/fem/formats/sesam/write/__init__.py
src/ada/fem/formats/sesam/write/templates.py
src/ada/fem/formats/sesam/write/write_bm_profiles.py
src/ada/fem/formats/sesam/write/write_constraints.py
src/ada/fem/formats/sesam/write/write_elements.py
src/ada/fem/formats/sesam/write/write_loads.py
src/ada/fem/formats/sesam/write/write_masses.py
src/ada/fem/formats/sesam/write/write_sections.py
src/ada/fem/formats/sesam/write/write_sets.py
src/ada/fem/formats/sesam/write/write_steps.py
src/ada/fem/formats/sesam/write/write_utils.py
src/ada/fem/formats/sesam/write/writer.py
src/ada/fem/formats/usfos/__init__.py
src/ada/fem/formats/usfos/config.py
src/ada/fem/formats/usfos/write/__init__.py
src/ada/fem/formats/usfos/write/write_elements.py
src/ada/fem/formats/usfos/write/write_profiles.py
src/ada/fem/formats/usfos/write/writer.py
src/ada/fem/formats/vtu/__init__.py
src/ada/fem/formats/vtu/write.py
src/ada/fem/formats/xdmf/__init__.py
src/ada/fem/formats/xdmf/common.py
src/ada/fem/formats/xdmf/reader.py
src/ada/fem/formats/xdmf/writer.py
src/ada/fem/formulations/__init__.py
src/ada/fem/formulations/lines.py
src/ada/fem/loads/__init__.py
src/ada/fem/loads/fe_loads.py
src/ada/fem/meshing/__init__.py
src/ada/fem/meshing/common.py
src/ada/fem/meshing/concepts.py
src/ada/fem/meshing/exceptions.py
src/ada/fem/meshing/multisession.py
src/ada/fem/meshing/recipes.py
src/ada/fem/meshing/utils.py
src/ada/fem/meshing/partitioning/__init__.py
src/ada/fem/meshing/partitioning/partition_beam_interiors.py
src/ada/fem/meshing/partitioning/partition_beams.py
src/ada/fem/meshing/partitioning/partition_plates.py
src/ada/fem/meshing/partitioning/strategies.py
src/ada/fem/results/__init__.py
src/ada/fem/results/common.py
src/ada/fem/results/components.py
src/ada/fem/results/concepts.py
src/ada/fem/results/eigenvalue.py
src/ada/fem/results/field_data.py
src/ada/fem/results/interface.py
src/ada/fem/results/sqlite_store.py
src/ada/fem/results/resources/results.sql
src/ada/fem/shapes/__init__.py
src/ada/fem/shapes/definitions.py
src/ada/fem/shapes/lines.py
src/ada/fem/shapes/mesh_types.py
src/ada/fem/shapes/shells.py
src/ada/fem/shapes/solids.py
src/ada/geom/__init__.py
src/ada/geom/booleans.py
src/ada/geom/core.py
src/ada/geom/curve_utils.py
src/ada/geom/curves.py
src/ada/geom/direction.py
src/ada/geom/placement.py
src/ada/geom/points.py
src/ada/geom/solids.py
src/ada/geom/surfaces.py
src/ada/materials/__init__.py
src/ada/materials/concept.py
src/ada/materials/utils.py
src/ada/materials/metals/__init__.py
src/ada/materials/metals/base_models.py
src/ada/materials/metals/plasticity_models.py
src/ada/materials/metals/resources/NLMatParams.json
src/ada/materials/polymers/__init__.py
src/ada/materials/polymers/models.py
src/ada/materials/polymers/utils.py
src/ada/occ/__init__.py
src/ada/occ/exceptions.py
src/ada/occ/gltf_writer.py
src/ada/occ/occ_clash_check.py
src/ada/occ/serializers.py
src/ada/occ/store.py
src/ada/occ/tessellating.py
src/ada/occ/utils.py
src/ada/occ/visit_utils.py
src/ada/occ/xcaf_utils.py
src/ada/occ/geom/__init__.py
src/ada/occ/geom/boolean.py
src/ada/occ/geom/cache.py
src/ada/occ/geom/curves.py
src/ada/occ/geom/solids.py
src/ada/occ/geom/surfaces.py
src/ada/param_models/__init__.py
src/ada/param_models/basic_joints.py
src/ada/param_models/basic_module.py
src/ada/param_models/basic_structural_components.py
src/ada/param_models/fem_models.py
src/ada/param_models/primitives_generators.py
src/ada/param_models/sweep_example.py
src/ada/param_models/utils.py
src/ada/procedural_modelling/__init__.py
src/ada/procedural_modelling/cli_utils.py
src/ada/procedural_modelling/load_procedures.py
src/ada/procedural_modelling/procedure_model.py
src/ada/procedural_modelling/procedure_store.py
src/ada/procedural_modelling/procedures_base.py
src/ada/sections/__init__.py
src/ada/sections/bm_sh_ident.py
src/ada/sections/categories.py
src/ada/sections/concept.py
src/ada/sections/profiles.py
src/ada/sections/properties.py
src/ada/sections/string_to_section.py
src/ada/sections/resources/ProfileDB.json
src/ada/topology/__init__.py
src/ada/topology/space_graph_model.py
src/ada/visit/__init__.py
src/ada/visit/colors.py
src/ada/visit/concept.py
src/ada/visit/config.py
src/ada/visit/optimizing.py
src/ada/visit/plots.py
src/ada/visit/render_params.py
src/ada/visit/renderer_manager.py
src/ada/visit/scene_converter.py
src/ada/visit/utils.py
src/ada/visit/gltf/__init__.py
src/ada/visit/gltf/graph.py
src/ada/visit/gltf/meshes.py
src/ada/visit/gltf/optimize.py
src/ada/visit/gltf/store.py
src/ada/visit/rendering/__init__.py
src/ada/visit/rendering/femviz.py
src/ada/visit/rendering/pygfx_helpers.py
src/ada/visit/rendering/pygfx_offscreen_utils.py
src/ada/visit/rendering/render_backend.py
src/ada/visit/rendering/render_pygfx.py
src/ada/visit/rendering/renderer_react.py
src/ada/visit/rendering/renderer_widget.py
src/ada/visit/rendering/resources/index.zip
src/ada/visit/scene_handling/__init__.py
src/ada/visit/scene_handling/scene_from_fea_results.py
src/ada/visit/scene_handling/scene_from_fem.py
src/ada/visit/scene_handling/scene_from_object.py
src/ada/visit/scene_handling/scene_from_part.py
src/ada/visit/scene_handling/scene_utils.py
src/ada_py.egg-info/PKG-INFO
src/ada_py.egg-info/SOURCES.txt
src/ada_py.egg-info/dependency_links.txt
src/ada_py.egg-info/entry_points.txt
src/ada_py.egg-info/top_level.txt