Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
include
set_Crank_Nicolson_Advance.hpp
Go to the documentation of this file.
1
#ifndef SET_CRANK_NICOLSON_ADVANCE_H
2
#define SET_CRANK_NICOLSON_ADVANCE_H
3
#include <petscksp.h>
4
#include <
class.hpp
>
5
namespace
SPE
6
{
12
PetscInt
set_Crank_Nicolson_Advance
(
13
SPE
&data,
14
Vec &q,
15
PetscScalar &alpha
16
);
17
}
18
19
#endif
SPE::set_Crank_Nicolson_Advance
PetscInt set_Crank_Nicolson_Advance(SPE &data, Vec &q, PetscScalar &alpha)
set up Crank-Nicolson advancing matrices A x = b system by creating matrices and setting BCs ...
Definition:
set_Crank_Nicolson_Advance.cpp:11
SPE
Namespace containing all functions and data classes for this solver.
Definition:
Ax_b.hpp:5
class.hpp
Generated by
1.8.11