Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neel Shah
NIFTy
Commits
2e145d3e
Commit
2e145d3e
authored
Jun 10, 2021
by
Philipp Arras
Browse files
Tweaks in docstring
parent
707ea130
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/library/variational_models.py
View file @
2e145d3e
...
...
@@ -215,7 +215,7 @@ class GaussianEntropy(EnergyOperator):
Parameters
----------
domain: Domain
FIXME
domain: Domain
, DomainTuple, list of Domain
The domain of the diagonal.
"""
...
...
@@ -237,7 +237,7 @@ class LowerTriangularInserter(LinearOperator):
Parameters
----------
target: Domain
FIXME
target: Domain
, DomainTuple, list of Domain
A two-dimensional domain with NxN entries.
"""
...
...
@@ -266,7 +266,7 @@ class DiagonalSelector(LinearOperator):
Parameters
----------
domain: Domain
FIXME
domain: Domain
, DomainTuple, list of Domain
The two-dimensional domain of the input field. Must be of shape NxN.
"""
...
...
src/operators/multifield2vector.py
View file @
2e145d3e
...
...
@@ -27,7 +27,10 @@ class Multifield2Vector(LinearOperator):
"""Flatten a MultiField and return a Field with unstructured domain and the
same number of degrees of freedom.
FIXME
Parameters
----------
domain: MultiDomain
Domain of the operator
"""
def
__init__
(
self
,
domain
):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment