-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link Python interfaces after Fortran interfaces.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. role:: cpp(code) | ||
:language: c++ | ||
|
||
.. _Chap:Python: | ||
|
||
Python Interface | ||
================ | ||
|
||
|
||
The core of AMReX is written in C++. | ||
For users who want to write all of their programs in Python, or C++ application developers that like to add Python interfaces to their applications for scripting, rapid prototyping, code coupling and/or AI/ML workflows, many AMReX classes, functions and all data containers are now also available for `Knights Who Say "Ni!" <https://en.wikipedia.org/wiki/Knights_Who_Say_%22Ni!%22>`__ and `parselmouths <https://en.wikipedia.org/wiki/Magic_in_Harry_Potter#Parseltongue>`__. | ||
|
||
Please see `pyAMReX <https://github.com/AMReX-Codes/pyamrex/>`__ (`manual <https://pyamrex.readthedocs.io>`__) for further details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters