-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add example and MechanicaResults to code_generation * fix example style issues * fix operator call in example * remove trailing whitespaces from example * fix typos * fix example and cherry pick auto update of ops * add disclaimer related to stress_eqv_as_mechanical * fix example with suggested changes * update operators * merge_meshes moved back * Fix 01-average_across_bodies.py Co-authored-by: vsousacosta <vinicius.costa@ansys.com> Co-authored-by: vsousacosta <109511965+vsousacosta@users.noreply.github.com> Co-authored-by: cbellot <camille.bellot@ansys.com> Co-authored-by: cbellot000 <cbellot000@users.noreply.github.com> Co-authored-by: paul.profizi <paul.profizi@ansys.com>
- Loading branch information
1 parent
dddf378
commit 97d7841
Showing
200 changed files
with
8,424 additions
and
2,529 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from .solid_to_skin import solid_to_skin | ||
from .scoping_on_coordinates import scoping_on_coordinates | ||
from .find_reduced_coordinates import find_reduced_coordinates | ||
from .on_reduced_coordinates import on_reduced_coordinates | ||
from .on_coordinates import on_coordinates | ||
from .solid_to_skin import solid_to_skin | ||
from .prepare_mapping_workflow import prepare_mapping_workflow |
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
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
Oops, something went wrong.