-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Renumics/feature/script_as_param
add: customized scrip for ansa
- Loading branch information
Showing
4 changed files
with
38 additions
and
6 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
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,12 @@ | ||
Customize Ansa Script | ||
======================= | ||
.. _customize_ansa_script: | ||
|
||
You can modify the original ansa data extraction script in :py:meth:`mesh2vec.mesh2vec_cae.Mesh2VecCae.from_ansa_shell` and | ||
:py:meth:`mesh2vec.mesh2vec_cae.Mesh2VecCae.add_features_from_ansa` to include more features. | ||
Make sure you provide also all required fields for nodes and elements (see original script below). | ||
|
||
Original Ansa Script as Template: | ||
---------------------------------- | ||
.. literalinclude:: ../../mesh2vec/templates/ansa.py | ||
:encoding: latin-1 |
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
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