code_aster
  • User’s guide
  • Developer’s Guide
    • General concepts
    • code_aster package
      • Implementation of commands
        • Structure of a command
        • Index of Commands
        • Pure Python implementation
      • Objects / DataStructures
      • Description of the user’s keywords
      • Interface with the user syntax
      • Features for the user messages
      • Helpers functions for Commands
      • Common utilities
    • run_aster package
    • Python wrapping of DataStructure
    • Naming conventions / Python API
    • Recommendations / howto
    • Debugging and profiling
    • Writing documentation
    • Low level programming
    • List of TODOs
  • Building and installing code_aster
  • Contributing
  • EDF development workflow
  • Copyright
code_aster
  • »
  • Developer’s Guide »
  • code_aster package »
  • Implementation of commands

Implementation of commands¶

  • Structure of a command
    • Definition of user’s Commands
    • Catalog description
    • Utility functions for executors
      • operator — Generic operators
      • define_operators()
  • Index of Commands
    • DEBUT — Initialization of code_aster
    • ExecutionStarter
      • ExecutionStarter.init()
      • ExecutionStarter.set_args_callback
      • ExecutionStarter.argv
      • ExecutionStarter.fcomm
    • Starter
      • Starter.run()
      • Starter.exec_()
      • Starter._call_oper()
    • DEBUT()
    • POURSUITE()
    • init()
    • FIN — Finalization of code_aster
    • Closer
      • Closer.change_syntax()
      • Closer.run()
      • Closer.exec_()
      • Closer._call_oper()
      • Closer.post_exec()
    • FIN()
    • close()
  • Pure Python implementation
    • Non Linear Solver for Mechanical Analyses
      • BaseIterationSolver
      • NewtonSolver
      • ConvergenceManager
      • LineSearchType
      • BaseLineSearch
      • SecantLineSearch
      • ProblemType
      • DispatcherMixin
      • Observer
      • EventId
      • EventSource
      • get_all_subclasses()
      • PhysicalState
      • Residuals
      • LoggingManager
Next Previous

© Copyright 1989-2026, EDF R&D - www.code-aster.org. Last updated on May 28, 2026.

Built with Sphinx using a theme provided by Read the Docs.