Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grudge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Andreas Klöckner
grudge
Commits
9c23f712
Commit
9c23f712
authored
3 years ago
by
Thomas Gibson
Browse files
Options
Downloads
Patches
Plain Diff
discretization: update docs
parent
3651ce2c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grudge/discretization.py
+7
-10
7 additions, 10 deletions
grudge/discretization.py
with
7 additions
and
10 deletions
grudge/discretization.py
+
7
−
10
View file @
9c23f712
"""
.. currentmodule:: grudge
.. autoclass:: DiscretizationCollection
"""
__copyright__
=
"""
Copyright (C) 2015-2017 Andreas Kloeckner, Bogdan Enache
Copyright (C) 2021 University of Illinois Board of Trustees
...
...
@@ -44,13 +50,6 @@ from meshmode.mesh import BTAG_PARTITION
from
warnings
import
warn
__doc__
=
"""
.. currentmodule:: grudge
.. autoclass:: DiscretizationCollection
"""
class
DiscretizationCollection
:
"""
A collection of discretizations on various mesh entities
(volume, interior facets, boundaries) and associated element
...
...
@@ -66,8 +65,6 @@ class DiscretizationCollection:
.. automethod:: discr_from_dd
.. automethod:: connection_from_dds
.. automethod:: opposite_face_connection
.. automethod:: get_distributed_boundary_swap_connection
.. automethod:: empty
.. automethod:: zeros
...
...
@@ -541,7 +538,7 @@ class DiscretizationCollection:
@property
def
ambient_dim
(
self
):
"""
Return the
geometric dimension
.
"""
"""
Return the
dimension of the ambient space
.
"""
return
self
.
_volume_discr
.
ambient_dim
@property
...
...
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