~fdm-lab/fidlab/main

« back to all changes in this revision

Viewing changes to examples/petsc2d_nl_6.cpp

  • Committer: Apostol Faliagas
  • Date: 2019-02-19 15:25:21 UTC
  • Revision ID: apostol.faliagas@gmail.com-20190219152521-l7oxagzo75ugo99k
New version 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <iostream>
2
 
#include "pde2d.hpp"
 
2
#include <fidlab/pde2d.hpp>
3
3
 
4
4
using namespace fd;
5
5
using namespace fd2;