/[ff3d]/ff3d/solver/SolverDriverOptions.hpp
ViewVC logotype

Diff of /ff3d/solver/SolverDriverOptions.hpp

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

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:51 2003 UTC revision 1.2 by delpinux, Tue Sep 23 18:57:23 2003 UTC
# Line 35  private: Line 35  private:
35  public:  public:
36    typedef enum MethodType{    typedef enum MethodType{
37      penalty,      penalty,
38      penaltyM,      eliminate,
39      fatBoundary      fatBoundary
40    };    };
41    
# Line 61  public: Line 61  public:
61    {    {
62      // autodoc: "selects the discretization method"      // autodoc: "selects the discretization method"
63      EnumParameter<MethodType>* E      EnumParameter<MethodType>* E
64        = new EnumParameter<MethodType>(SolverDriverOptions::penaltyM,"type");        = new EnumParameter<MethodType>(SolverDriverOptions::eliminate,"type");
65    
66      // autodoc: "sets Dirichlet boundary conditions to be computed by penalty"      // autodoc: "sets Dirichlet boundary conditions to be computed by penalty"
67      (*E).addSwitch("penalty",    SolverDriverOptions::penalty);      (*E).addSwitch("penalty",    SolverDriverOptions::penalty);
68      // autodoc: "sets Dirichlet boundary conditions using elimination"      // autodoc: "sets Dirichlet boundary conditions using elimination"
69      (*E).addSwitch("eliminate",   SolverDriverOptions::penaltyM);      (*E).addSwitch("eliminate",   SolverDriverOptions::eliminate);
70      // autodoc: "sets boundary conditions using FBM (\bf{\Red{not implemented}})"      // autodoc: "sets boundary conditions using FBM (\bf{\Red{not implemented}})"
71      (*E).addSwitch("fatBoundary",SolverDriverOptions::fatBoundary);      (*E).addSwitch("fatBoundary",SolverDriverOptions::fatBoundary);
72    

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

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