Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sumpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
sumpy
Commits
0751aeb9
Commit
0751aeb9
authored
6 years ago
by
Isuru Fernando
Browse files
Options
Downloads
Patches
Plain Diff
Add a comment
parent
56cca9eb
No related branches found
No related tags found
1 merge request
!68
Specify the PDE symbolically
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sumpy/expansion/__init__.py
+6
-0
6 additions, 0 deletions
sumpy/expansion/__init__.py
with
6 additions
and
0 deletions
sumpy/expansion/__init__.py
+
6
−
0
View file @
0751aeb9
...
...
@@ -458,6 +458,12 @@ class LinearRecurrenceBasedExpansionTermsWrangler(ExpansionTermsWrangler):
def
get_reduced_coeffs
(
self
,
nullspace
):
"""
Returns the indices of the reduced set of derivatives which are stored.
Override this method if the reduced set is known analytically.
This method does elementary row operations to figure out which rows are
linearly dependent on the previous rows. Partial pivoting is not done
to preserve the order so that a row is not linearly dependent on a row
that came after in the original row order.
"""
mat
=
nullspace
.
copy
()
nrows
=
mat
.
shape
[
0
]
...
...
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