Loading [MathJax]/extensions/tex2jax.js
Cantera  3.2.0a1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PreconditionerBase.h
Go to the documentation of this file.
1//! @file PreconditionerBase.h
2
3// This file is part of Cantera. See License.txt in the top-level directory or
4// at https://cantera.org/license.txt for license and copyright information.
5
6#ifndef PRECONDITIONERBASE_FACTORY_H
7#define PRECONDITIONERBASE_FACTORY_H
8
9#pragma message("warning: PreconditionerBase.h and class PreconditionerBase are " \
10 "deprecated and will be removed after Cantera 3.2. Use " \
11 "SystemJacobian.h and class SystemJacobian.")
12
13#include "SystemJacobian.h"
14
15#endif
Declarations for class SystemJacobian.