-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add the pyaedt renderers * Tutorials for renderers. * Typos * A sample of a layer stack file. * Fix typos. * Add files. * Update imports due to changing repos. * Add new renderers to config file. * Looks like yapf linting has been changed, so needed to re-save these files. * Add new renderers to test import. * Update the import paths. * Reduce the errors in test cases. * Use same name as in renderers. * Update the files for new repo and documentation generation. * Remove duplicate. * Add full path. * Check to see if this pyaedt API works. * Give up on trying to find the type for pyaedt. Just use quotes. * Try this edit. * For documentation, stop the circular import. * Fix Typo * Problem with registering the new renderers. The init has methods which assume the class has been instantiated. * Move the method to render_design, this will repeat the calculation, but will allow for populating the qgeomtry tables. * Add the renderers and see if they can pass CI. * Revert the change. * Fix the error while making columns for qgeometry table.. * Update test case to include additional renderers. * Added disclaimer for student license --------- Co-authored-by: Abeer Vaishnav <abeer.vaishnav13@gmail.com>
- Loading branch information
1 parent
27d8542
commit ea1ca0e
Showing
20 changed files
with
4,782 additions
and
36 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
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
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,2 @@ | ||
# -*- coding: utf-8 -*- | ||
# """ Renderer using pyaedt and multiplanar using Ansys API.""" |
Oops, something went wrong.