Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Troubled Cell Detection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Christine Kühle
Troubled Cell Detection
Commits
95622687
Commit
95622687
authored
Sep 14, 2021
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Added parameter documentation to 'build_training_data().'
parent
b23f20ab
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
DG_Approximation.py
+9
-0
9 additions, 0 deletions
DG_Approximation.py
with
9 additions
and
0 deletions
DG_Approximation.py
+
9
−
0
View file @
95622687
...
@@ -305,6 +305,15 @@ class DGScheme(object):
...
@@ -305,6 +305,15 @@ class DGScheme(object):
Initializes projection and calculates cell averages and reconstructions for it.
Initializes projection and calculates cell averages and reconstructions for it.
Parameters
----------
adjustment : float
Extent of adjustment of each evaluation point in x-direction.
stencil_length : int
Size of training data array.
initial_condition : InitialCondition object, optional
Initial condition used for calculation. Default: None (i.e. instance variable).
Returns
Returns
-------
-------
np.array
np.array
...
...
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
sign in
to comment