LICENSE
MANIFEST.in
MIGRATION.md
NOTICE
README.md
TRADEMARKS.md
pyproject.toml
ankusdrive/__init__.py
ankusdrive/__main__.py
ankusdrive/_legacy_cli.py
ankusdrive/bempp_runner.py
ankusdrive/builder_brief.py
ankusdrive/change.py
ankusdrive/cli.py
ankusdrive/client.py
ankusdrive/config.py
ankusdrive/dem_gpl_runner.py
ankusdrive/doctor.py
ankusdrive/drawing_gate.py
ankusdrive/em_fullwave_gpl_runner.py
ankusdrive/experiment.py
ankusdrive/families.py
ankusdrive/feature_templates.py
ankusdrive/iface_registry.py
ankusdrive/inspection.py
ankusdrive/items.py
ankusdrive/jobs.py
ankusdrive/lifecycle.py
ankusdrive/mainthread.py
ankusdrive/manifest.py
ankusdrive/mcp_server.py
ankusdrive/mechanism.py
ankusdrive/optics_gpl_runner.py
ankusdrive/orderable.py
ankusdrive/project.py
ankusdrive/props.py
ankusdrive/realize.py
ankusdrive/recipes.py
ankusdrive/relations.py
ankusdrive/release.py
ankusdrive/render.py
ankusdrive/setup_cmd.py
ankusdrive/sheetmetal.py
ankusdrive/solvers.py
ankusdrive/units.py
ankusdrive/worker.py
ankusdrive.egg-info/PKG-INFO
ankusdrive.egg-info/SOURCES.txt
ankusdrive.egg-info/dependency_links.txt
ankusdrive.egg-info/entry_points.txt
ankusdrive.egg-info/requires.txt
ankusdrive.egg-info/top_level.txt
ankusdrive/analysis/__init__.py
ankusdrive/analysis/acoustics.py
ankusdrive/analysis/acoustics_bem.py
ankusdrive/analysis/buckling.py
ankusdrive/analysis/cfd.py
ankusdrive/analysis/cht.py
ankusdrive/analysis/convection.py
ankusdrive/analysis/cost.py
ankusdrive/analysis/dfx.py
ankusdrive/analysis/durability.py
ankusdrive/analysis/elmer.py
ankusdrive/analysis/em.py
ankusdrive/analysis/em_fullwave.py
ankusdrive/analysis/fluids.py
ankusdrive/analysis/fsi.py
ankusdrive/analysis/fsi_case.py
ankusdrive/analysis/granular.py
ankusdrive/analysis/impact.py
ankusdrive/analysis/kinematics.py
ankusdrive/analysis/laminate.py
ankusdrive/analysis/machine_elements.py
ankusdrive/analysis/machining.py
ankusdrive/analysis/mbd.py
ankusdrive/analysis/meshbridge.py
ankusdrive/analysis/molding.py
ankusdrive/analysis/molding_fill.py
ankusdrive/analysis/nonlinear.py
ankusdrive/analysis/openfoam.py
ankusdrive/analysis/optics.py
ankusdrive/analysis/optics_design.py
ankusdrive/analysis/optimize.py
ankusdrive/analysis/performance.py
ankusdrive/analysis/plates.py
ankusdrive/analysis/slicing.py
ankusdrive/analysis/study.py
ankusdrive/analysis/su2_case.py
ankusdrive/analysis/thermal.py
ankusdrive/analysis/tolerance.py
ankusdrive/analysis/tolerance_cost.py
ankusdrive/analysis/topology.py
ankusdrive/analysis/verification.py
ankusdrive/analysis/vibration.py
ankusdrive/analysis/warpage.py
ankusdrive/analysis/fsi_template/ATTRIBUTION.md
ankusdrive/analysis/fsi_template/precice-config.xml
ankusdrive/analysis/fsi_template/fluid-openfoam/0/U
ankusdrive/analysis/fsi_template/fluid-openfoam/0/p
ankusdrive/analysis/fsi_template/fluid-openfoam/0/phi
ankusdrive/analysis/fsi_template/fluid-openfoam/0/pointDisplacement
ankusdrive/analysis/fsi_template/fluid-openfoam/constant/dynamicMeshDict
ankusdrive/analysis/fsi_template/fluid-openfoam/constant/transportProperties
ankusdrive/analysis/fsi_template/fluid-openfoam/constant/turbulenceProperties
ankusdrive/analysis/fsi_template/fluid-openfoam/system/blockMeshDict
ankusdrive/analysis/fsi_template/fluid-openfoam/system/controlDict
ankusdrive/analysis/fsi_template/fluid-openfoam/system/fvSchemes
ankusdrive/analysis/fsi_template/fluid-openfoam/system/fvSolution
ankusdrive/analysis/fsi_template/fluid-openfoam/system/preciceDict
ankusdrive/analysis/fsi_template/solid-calculix/all.msh
ankusdrive/analysis/fsi_template/solid-calculix/config.yml
ankusdrive/analysis/fsi_template/solid-calculix/fix1_beam.nam
ankusdrive/analysis/fsi_template/solid-calculix/flap.inp
ankusdrive/analysis/fsi_template/solid-calculix/flap_modal.inp
ankusdrive/analysis/fsi_template/solid-calculix/frequency.inp
ankusdrive/analysis/fsi_template/solid-calculix/interface_beam.nam
ankusdrive/analysis/materials/__init__.py
ankusdrive/analysis/materials/fcmat.json
ankusdrive/analysis/materials/fcmat.py
ankusdrive/analysis/materials/optical.json
ankusdrive/analysis/materials/seed.json
ankusdrive/analysis/standards/__init__.py
ankusdrive/analysis/standards/bearings.json
ankusdrive/analysis/standards/catalog.json
ankusdrive/analysis/standards/stock.json
ankusdrive/analysis/standards/threads.json
ankusdrive/gates/__init__.py
ankusdrive/gates/modal.py
ankusdrive/gates/performance.py
ankusdrive/gates/substitutability.py
scripts/build-renderers.sh
scripts/ci-macos-preflight.sh
scripts/install-renderers.sh
scripts/install-solvers.ps1
scripts/install-solvers.sh
scripts/render-gallery.py
scripts/render-material-gallery.py
tests/test_acoustic_fem.py
tests/test_acoustics.py
tests/test_acoustics_bem.py
tests/test_buckling.py
tests/test_cfd.py
tests/test_change.py
tests/test_cht.py
tests/test_cli.py
tests/test_compat_rename.py
tests/test_component_contract_check.py
tests/test_config.py
tests/test_contracts.py
tests/test_convection.py
tests/test_coordinator.py
tests/test_cost.py
tests/test_determinism.py
tests/test_dfx.py
tests/test_drawing_gate.py
tests/test_drawing_gate_curved.py
tests/test_drawing_gate_worker.py
tests/test_drawing_legibility_regression.py
tests/test_drawing_thumbnail_section.py
tests/test_durability.py
tests/test_edit_stability.py
tests/test_elmer.py
tests/test_em.py
tests/test_em_fullwave.py
tests/test_experiment_readiness.py
tests/test_families.py
tests/test_feature_templates.py
tests/test_fem_nonlinear.py
tests/test_fluids.py
tests/test_fsi.py
tests/test_golden_issue19.py
tests/test_granular.py
tests/test_harmonic_fem.py
tests/test_hierarchical_manifests.py
tests/test_iface_registry.py
tests/test_impact.py
tests/test_inspection.py
tests/test_inspection_worker.py
tests/test_integration.py
tests/test_items.py
tests/test_jobs.py
tests/test_kinematics.py
tests/test_laminate.py
tests/test_lifecycle.py
tests/test_machine_elements.py
tests/test_machining.py
tests/test_machining_worker.py
tests/test_mainthread.py
tests/test_manifest_resolve.py
tests/test_manifest_schema.py
tests/test_materials.py
tests/test_mating_dims.py
tests/test_mbd.py
tests/test_mcp.py
tests/test_mcp_concurrency.py
tests/test_mechanism.py
tests/test_merge_modal_gate.py
tests/test_meshbridge.py
tests/test_modularity_eval.py
tests/test_molding.py
tests/test_molding_fill.py
tests/test_multiagent_m1.py
tests/test_multiagent_m2.py
tests/test_naming.py
tests/test_negative_paths.py
tests/test_openfoam.py
tests/test_optics.py
tests/test_optimize.py
tests/test_orderable.py
tests/test_orderable_worker.py
tests/test_package_data.py
tests/test_perf.py
tests/test_performance.py
tests/test_plates.py
tests/test_project_container.py
tests/test_realize.py
tests/test_recipes.py
tests/test_relations.py
tests/test_release_package.py
tests/test_release_package_worker.py
tests/test_reliability.py
tests/test_reliability_agent_loop.py
tests/test_reliability_diff.py
tests/test_reliability_tasks.py
tests/test_render.py
tests/test_render_photoreal.py
tests/test_requirements_gates.py
tests/test_sheetmetal.py
tests/test_sheetmetal_worker.py
tests/test_slicing.py
tests/test_solve_degradation.py
tests/test_standard_parts.py
tests/test_standards.py
tests/test_study.py
tests/test_su2_case.py
tests/test_su2_native.py
tests/test_substitutability.py
tests/test_thermal.py
tests/test_tolerance.py
tests/test_tolerance_cost.py
tests/test_topology.py
tests/test_toys_advanced.py
tests/test_typed_interfaces.py
tests/test_units.py
tests/test_verification.py
tests/test_verify_contract.py
tests/test_vibration.py
tests/test_warpage.py
tests/test_wind_tunnel.py
tests/test_windows_support.py
tests/test_worker.py
tests/test_wsl_routing.py