-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Library interface dev #19
Draft
DavidAKopriva
wants to merge
32
commits into
main
Choose a base branch
from
LibraryInterfaceDev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
Move string constants from individual modules to the ProgramGlobal module.
Move control for 3D generation to a dictionary in the MeshProject so that that all that the full control dictionary is not needed to generate 3D meshes.
Key off of new member property for gernating a 3D mesh.
Proof of concept for API access to HOHQMesh
API routines for creation, deletion and meshing. Stubs for future calls.
Codecov Report
@@ Coverage Diff @@
## main #19 +/- ##
==========================================
- Coverage 57.41% 57.36% -0.05%
==========================================
Files 65 65
Lines 9557 9591 +34
==========================================
+ Hits 5487 5502 +15
- Misses 4070 4089 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Add accessors that return simple arrays of the node locations, element connectivity and edgeInfo needed for the ISM-v2 format.
Add bind(C) to procedures.
Remove file that is replaced by LibObjectAccessors
Add framework for testing the interactive API.
Add a start to the interactive API documentation.
Add two error constants
Add accessors for boundary values. Remaining to write: Boundary names
Minor other edits. Mostly documentation update.
Add accessor method for the boundary curve names.
Instead of accessing a file with the expected values, get them directly from the project.
Add test of boundary names. Fix some "possible" uninitialized variable errors.
Add Set/Get for plot file name
Just some formatting.
Add some documentation
Add code and tests for C access to FTDictionary and FTLinkedList objects, with a minimal subset of methods to allow creation of a project dictionary "from outside".
Factor the code a bit. Add header comments with lists of procedures in each file. Add subroutine for initWithDictionary where the dictionary is a cPtr.
Change New to Alloc and Close to release to better describe the actions. Add forgotten BIND(C) to procedures.
Start creating wrappers for the fortran library access.
Close opened files before exiting write routines.
Add more wrapper functions to the Julia. Add the ABAQUS format to the setter for the mesh file format.
Add some string accessors.
Fix bug in Lib where object is not defined. Adjust formatting for printing a projectDictionary. Add conversion of Julia project dictionary to an FTOL one.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.