|
1 | 1 | Features |
2 | 2 | ^^^^^^^^ |
3 | 3 |
|
4 | | -Xara offers several advanced features that make it a powerful tool for nonlinear finite element analysis: |
| 4 | +A strong feature of xara is its backwards compatibility with OpenSeesPy and Tcl scripts. |
| 5 | +This compatibility is described in `Compatibility <CompatibilityLayer>`_. |
| 6 | +.. |
| 7 | + Xara offers several advanced features that make it a powerful tool for nonlinear finite element analysis: |
| 8 | + - **Mixed Formulations**: It supports mixed formulations for beams and solids, enabling accurate modeling of complex structural systems. |
| 9 | + - **Extensive Material Models**: With over 200 material models, Xara provides flexibility for simulating various materials and their nonlinear behaviors. |
| 10 | + - **Performance Optimization**: Built on the OpenSeesRT framework, Xara delivers substantial performance improvements over traditional interpreters. |
| 11 | + - **Continuation Algorithms**: These algorithms are designed to solve highly nonlinear problems efficiently, making Xara suitable for challenging engineering scenarios. |
| 12 | + - **Stateless Modeling**: Xara introduces a `Model` class for true stateless modeling, allowing users to work without relying on a single global program state. |
| 13 | + - `Compatibility Layer <CompatibilityLayer>`: Although *xara* in includes a completely rewritten interpreter architecture, compatibility layers allow legacy OpenSeesPy and Tcl scripts to run with minimal modifications. |
5 | 14 |
|
6 | | -- **Mixed Formulations**: It supports mixed formulations for beams and solids, enabling accurate modeling of complex structural systems. |
7 | | -- **Extensive Material Models**: With over 200 material models, Xara provides flexibility for simulating various materials and their nonlinear behaviors. |
8 | | -- **Performance Optimization**: Built on the OpenSeesRT framework, Xara delivers substantial performance improvements over traditional interpreters. |
9 | | -- **Continuation Algorithms**: These algorithms are designed to solve highly nonlinear problems efficiently, making Xara suitable for challenging engineering scenarios. |
10 | | -- **Stateless Modeling**: Xara introduces a `Model` class for true stateless modeling, allowing users to work without relying on a single global program state. |
11 | | -- `Compatibility Layer <CompatibilityLayer>`: Although *xara* in includes a completely rewritten interpreter architecture, compatibility layers allow legacy OpenSeesPy and Tcl scripts to run with minimal modifications. |
12 | 15 |
|
13 | 16 | .. toctree:: |
14 | 17 | :hidden: |
|
0 commit comments