-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use vdim ordering for HypreBoomerAMG FESpace ordering in gravity test
- Loading branch information
1 parent
90cb272
commit e06ace7
Showing
5 changed files
with
24,229 additions
and
24,194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# MFEMVectorDomainLFKernel | ||
|
||
!syntax description /Kernels/MFEMVectorDomainLFKernel | ||
|
||
## Overview | ||
|
||
Adds the domain integrator for integrating the linear form | ||
|
||
!equation | ||
(\vec f, \vec v)_\Omega \,\,\, \forall \vec v \in V | ||
|
||
where $\vec v \in \vec H^1$ is the test variable and $\vec f$ is a | ||
vector forcing coefficient. | ||
|
||
This term arises from the weak form of the forcing term | ||
|
||
!equation | ||
\vec f | ||
|
||
## Example Input File Syntax | ||
|
||
!listing kernels/gravity.i | ||
|
||
!syntax parameters /Kernels/MFEMVectorDomainLFKernel | ||
|
||
!syntax inputs /Kernels/MFEMVectorDomainLFKernel | ||
|
||
!syntax children /Kernels/MFEMVectorDomainLFKernel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.