Skip to content

Commit

Permalink
Use vdim ordering for HypreBoomerAMG FESpace ordering in gravity test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderianblair committed Dec 10, 2024
1 parent 90cb272 commit e06ace7
Show file tree
Hide file tree
Showing 5 changed files with 24,229 additions and 24,194 deletions.
28 changes: 28 additions & 0 deletions doc/content/source/kernels/MFEMVectorDomainLFKernel.md
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
2 changes: 1 addition & 1 deletion doc/content/source/kernels/MFEMVectorFEDomainLFKernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Adds the domain integrator for integrating the linear form
!equation
(\vec f, \vec v)_\Omega \,\,\, \forall \vec v \in V

where $\vec v \in H(\mathrm{curl})$ or $H(\mathrm{div})$ is the trial variable and $\vec f$ is a
where $\vec v \in H(\mathrm{curl})$ or $H(\mathrm{div})$ is the test variable and $\vec f$ is a
vector forcing coefficient.

This term arises from the weak form of the forcing term
Expand Down
Loading

0 comments on commit e06ace7

Please sign in to comment.