~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to demo/mesh/subdomains/cpp/main.cpp

  • Committer: Garth N. Wells
  • Date: 2008-03-29 09:34:25 UTC
  • Revision ID: gnw20@cam.ac.uk-20080329093425-3ea2vhjvccq56zvi
Add some basic build & install instructions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
int main()
19
19
{
20
 
  dolfin_set("debug level", 1);
21
 
 
22
20
  // Sub domain for no-slip (everything except inflow and outflow)
23
21
  class Noslip : public SubDomain
24
22
  {