Namespaces | Functions
update_Closure.cpp File Reference
#include "update_Closure.hpp"
#include "calc_Closure.hpp"
#include "Init_Vec.hpp"
#include "set_Vec.hpp"
#include "trapz.hpp"
#include "set_A_and_Ds.hpp"
#include "set_BCs.hpp"
#include "print.hpp"
#include "set_Euler_Advance.hpp"
#include "set_Crank_Nicolson_Advance.hpp"
#include "set_Mat.hpp"
#include "set_b.hpp"

Namespaces

 SPE
 Namespace containing all functions and data classes for this solver.
 

Functions

int SPE::update_Closure (SPE &data, Vec &q, Vec &qp1, PetscScalar &alpha, const PetscInt &maxiter=50)
 calculate the closure equation \( \int_\Omega \hat{\textbf{q}}^\dagger \hat{\textbf{q}}_x dy \) and output the result This is part of the solution procedure shown in the bottom half of this diagram More...