/[ff3d]/ff3d/solver/SolverDriver.cpp
ViewVC logotype

Diff of /ff3d/solver/SolverDriver.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by lehyaric, Fri Jul 18 08:37:45 2003 UTC revision 1.3 by delpinux, Tue Sep 23 18:57:23 2003 UTC
# Line 21  Line 21 
21  #include <SolverDriver.hpp>  #include <SolverDriver.hpp>
22    
23  #include <PenalizedFictitousDomain.hpp>  #include <PenalizedFictitousDomain.hpp>
24  #include <PenalizedMatrixFD.hpp>  #include <EliminatedFictitiousDomain.hpp>
25  #include <FiniteElementMethod.hpp>  #include <FiniteElementMethod.hpp>
26    
27  #include <FatBoundary.hpp>  #include <FatBoundary.hpp>
# Line 49  void SolverDriver::run() Line 49  void SolverDriver::run()
49        ffout(2) << "Penalty\n";        ffout(2) << "Penalty\n";
50        break;        break;
51      }      }
52      case (SolverDriverOptions::penaltyM): {      case (SolverDriverOptions::eliminate): {
53        M = new PenalizedMatrixFD(__mesh,        M = new EliminatedFictitiousDomain(__mesh,
54                                  __degreeOfFreedomSet);                                           __degreeOfFreedomSet);
55        ffout(2) << "Elimination\n";        ffout(2) << "Elimination\n";
56        break;        break;
57      }      }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26