Skip to content
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

Implementation of database server #991

Merged
merged 27 commits into from
Mar 23, 2022
Merged

Implementation of database server #991

merged 27 commits into from
Mar 23, 2022

Conversation

akaszynski
Copy link
Collaborator

This is the initial implementation of the MAPDL database server.

This allows direct access via gRPC to the lower level MAPDL mesh and node arrays.

>>> from ansys.mapdl.core import launch_mapdl
>>> mapdl = launch_mapdl()
>>> db = mapdl.db
>>> nodes = db.nodes

Notifying @FredAns that I'm finally working on this after (finally) adding the database proto files ansys-api-mapdl.

@akaszynski akaszynski changed the title initial implementation of database server Implementation of database server Mar 21, 2022
@codecov
Copy link

codecov bot commented Mar 23, 2022

Codecov Report

Merging #991 (b126e48) into main (4822d49) will increase coverage by 1.30%.
The diff coverage is 99.03%.

@@            Coverage Diff             @@
##             main     #991      +/-   ##
==========================================
+ Coverage   73.28%   74.59%   +1.30%     
==========================================
  Files          39       43       +4     
  Lines        5750     6026     +276     
==========================================
+ Hits         4214     4495     +281     
+ Misses       1536     1531       -5     

@akaszynski akaszynski merged commit ef9946a into main Mar 23, 2022
@akaszynski akaszynski deleted the FredAns/BetaDB branch March 23, 2022 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants