Skip to content
Snippets Groups Projects
Commit 95622687 authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Added parameter documentation to 'build_training_data().'

parent b23f20ab
Branches
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment