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
ift
NIFTy
Commits
4d2c5ffd
Commit
4d2c5ffd
authored
Jun 10, 2021
by
Martin Reinecke
Browse files
merge
parents
024ef1e6
2e145d3e
Pipeline
#103259
passed with stages
in 15 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/library/variational_models.py
View file @
4d2c5ffd
...
...
@@ -215,7 +215,7 @@ class GaussianEntropy(EnergyOperator):
Parameters
----------
domain: Domain
FIXME
domain: Domain
, DomainTuple, list of Domain
The domain of the diagonal.
"""
...
...
@@ -244,7 +244,7 @@ class LowerTriangularInserter(LinearOperator):
Parameters
----------
target: Domain
FIXME
target: Domain
, DomainTuple, list of Domain
A two-dimensional domain with NxN entries.
"""
...
...
@@ -273,7 +273,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 @
4d2c5ffd
...
...
@@ -27,9 +27,14 @@ class Multifield2Vector(LinearOperator):
"""Flatten a MultiField and return a Field with unstructured domain and the
same number of degrees of freedom.
Parameters
----------
domain: MultiDomain
Domain of the operator
Notes
-----
Currently only works with fields that are real-valued
Currently only works with fields that are real-valued
.
"""
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