#include "update_Nonlinear.hpp"
#include "update_Closure.hpp"
#include "Init_Vec.hpp"
#include "set_Vec.hpp"
#include "print.hpp"
#include "set_Mat.hpp"
#include "calc_L2.hpp"
#include "set_D.hpp"
#include <iostream>
Namespaces | |
SPE | |
Namespace containing all functions and data classes for this solver. | |
Functions | |
int | SPE::update_Nonlinear (SPE &data, Vec &q, Vec &qp1, PetscScalar &alpha_old, PetscScalar &alpha, PetscScalar &Ialpha_old, PetscScalar &Ialpha, const PetscInt &maxiter=50) |
advance the Nonlinear SPE system one x step More... | |