Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dartflo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
dartflo
Commits
01f99c4c
Verified
Commit
01f99c4c
authored
4 months ago
by
Paul Dechamps
Browse files
Options
Downloads
Patches
Plain Diff
(feat) Added getter for unknow nodal index
The getter is added in the Solver
parent
a79c39fd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#49836
passed
4 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dart/src/wSolver.h
+2
-0
2 additions, 0 deletions
dart/src/wSolver.h
with
2 additions
and
0 deletions
dart/src/wSolver.h
+
2
−
0
View file @
01f99c4c
...
...
@@ -80,6 +80,8 @@ public:
virtual
Status
run
();
void
save
(
tbox
::
MshExport
*
mshWriter
,
std
::
string
const
&
suffix
=
""
);
int
getRow
(
int
i
)
const
{
return
rows
[
i
];
};
protected
:
void
computeFlow
();
void
computeLoad
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment