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