Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
firedrakeproject
/
firedrake
Public
Notifications
You must be signed in to change notification settings
Fork
198
Star
669
Code
Issues
306
Pull requests
151
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Introducing a few local preconditioners
- #2259
#2259
Merged
sv2518
merged 9 commits into
master
firedrakeproject/firedrake:master
from
sv/local-preconditioners
firedrakeproject/firedrake:sv/local-preconditioners
Copy head branch name to clipboard
Nov 4, 2021
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Introducing a few local preconditioners
#2259
sv2518
merged 9 commits into
master
firedrakeproject/firedrake:master
from
sv/local-preconditioners
firedrakeproject/firedrake:sv/local-preconditioners
Copy head branch name to clipboard
Commits
Commits on Nov 1, 2021
HybridizationPC: Refactor and rename petsc options for nesting the Schur complement.
sv2518
committed
affb805
View commit details
Copy full SHA for affb805
Browse repository at this point
Slate: Introduce DiagonalTensor, which takes in a Tensor A and represents a tensor of the same shape as A, but only carries the diagonal of A.
sv2518
committed
01480fd
View commit details
Copy full SHA for 01480fd
Browse repository at this point
Slate: Give user the option to assemble the diagonal of a Tensor through TSFC. The diagonal is returned in vector-shape.
sv2518
committed
e55e29a
View commit details
Copy full SHA for e55e29a
Browse repository at this point
Testing: Add tests for Slate's DiagonalTensors and the assembly of Slate Tensors with the diagonal option.
sv2518
committed
9a8d784
View commit details
Copy full SHA for 9a8d784
Browse repository at this point
Slate2Gem: Optimise codegen for inverse of Slate's DiagonalTensor.
sv2518
committed
fb78fd6
View commit details
Copy full SHA for fb78fd6
Browse repository at this point
Slate: Add support for reciprocals of vectors. This is needed for the matfree application of diagonal preconditioners.
sv2518
committed
4c85a5c
View commit details
Copy full SHA for 4c85a5c
Browse repository at this point
Testing: Test the optimisation for inverses on Slate's DiagonalTensors and the codegen for Slate's Reciprocal.
sv2518
committed
13379a0
View commit details
Copy full SHA for 13379a0
Browse repository at this point
Commits on Nov 2, 2021
Hybridsation: introduce preconditioner to the local systems solved within the HyrbidizationPC. The local preconditioner options include either a) jacobi or b) a custom operator supplied by the user.
sv2518
committed
acd34d7
View commit details
Copy full SHA for acd34d7
Browse repository at this point
Slate optimiser: push DiagonalTensor as far inside an expression as possible
sv2518
committed
e9990b1
View commit details
Copy full SHA for e9990b1
Browse repository at this point
You can’t perform that action at this time.