Nek5000
SEM for Incompressible NS
|
Module for projecting out solutions before Helmholtz solves. More...
Go to the source code of this file.
Data Types | |
module | helmholtz |
type | helmholtz::approx_space |
Type to hold the approximation space. Should not be modified outside this module, so more of a handle. More... | |
Module for projecting out solutions before Helmholtz solves.
This module provides hsolve, a Helmholtz (or Poisson) solver that additionally takes an approximation space and projects out the portion of the residual that resides in that space. The projectors are generally taken to be past solutions to the same Helmholtz problem, and the oldest solution is replaced with the current solution at the end of hsolve.
Definition in file navier4.F90.