Skip to content
Snippets Groups Projects
Commit 91a1637d authored by Gauthier Becker's avatar Gauthier Becker
Browse files

full DG non linear shell seems works

create NonLinearSystem (have Fext and Fint separately in system)
default implementation for explicit hulbert chung scheme (no need of
petsc)
parent 0a785e3f
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,9 @@ template <class scalar>
class linearSystemGmm : public linearSystem<scalar> {
protected:
std::vector<scalar> *_x; // the nonLinearSystemGmm has to access to this vector
std::vector<scalar> *_b; // idem
private:
gmm::row_matrix<gmm::wsvector<scalar> > *_a;
std::vector<scalar> *_b;
double _prec;
int _noisy, _gmres;
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment