Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
include
calc_Closure.hpp
Go to the documentation of this file.
1
#ifndef CALC_CLOSURE_H
2
#define CALC_CLOSURE_H
3
#include <petscksp.h>
4
#include "
SPE.hpp
"
5
namespace
SPE
{
10
int
calc_Closure
(
11
PetscScalar &I,
12
SPE
&data,
13
Vec &q,
14
Vec &qp1
15
);
16
17
}
18
19
#endif
SPE
Namespace containing all functions and data classes for this solver.
Definition:
Ax_b.hpp:5
SPE.hpp
SPE::calc_Closure
int calc_Closure(PetscScalar &I, SPE &data, Vec &q, Vec &qp1)
calculate the closure equation and output the result
Definition:
calc_Closure.cpp:7
Generated by
1.8.11