https://mooseframework.inl.gov
FieldSplitPreconditioner.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 // MOOSE includes
13 #include "MoosePreconditioner.h"
14 
15 // Forward declarations
21 {
22 public:
27 
29 
33  std::vector<std::string> _top_split;
34 
35 protected:
38 };
Implements a preconditioner designed to map onto PETSc&#39;s PCFieldSplit.
FieldSplitPreconditioner(const InputParameters &parameters)
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
Base class for MOOSE preconditioners.
NonlinearSystemBase & _nl
The nonlinear system this FSP is associated with (convenience reference)
Nonlinear system to be solved.
std::vector< std::string > _top_split
top split
static InputParameters validParams()
Constructor.
const InputParameters & parameters() const
Get the parameters of the object.