updated DebugSwitches, surfaceWriter

- added obj surfaceWriter
- don't bother with prepended field names on obj and stl surfaceWriter.
  It fills the disk and suggests differences where there are none.
This commit is contained in:
Mark Olesen
2009-03-09 15:37:54 +01:00
parent b968e62ef9
commit 6ecdf4fc41
16 changed files with 601 additions and 72 deletions

View File

@ -19,9 +19,19 @@ interpolationScheme cellPoint;
setFormat raw;
sets ( leftPatch { type uniform ; axis y ; start ( 0 0.5 0.25 ) ; end ( 0 2 0.25 ) ; nPoints 100 ; } );
sets
(
leftPatch
{
type uniform;
axis y;
start ( 0 0.5 0.25 );
end ( 0 2 0.25 );
nPoints 100;
}
);
surfaces ( );
surfaces ();
fields ( sigmaxx );