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

Diff of /ff3d/solver/PenalizedMatrixFD.cpp

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 17:46:26 2003 UTC
# Line 106  void PenalizedMatrixFD::__discretize() Line 106  void PenalizedMatrixFD::__discretize()
106    }    }
107  }  }
108    
109  void PenalizedMatrixFD::Discretize (ConstReferenceCounting<Problem> Pb)  void PenalizedMatrixFD::Discretize (ConstReferenceCounting<Problem> givenProblem)
110  {  {
111    __problem = Pb;    ffout(2) << "Adding Characteristic function of the domain to PDEs ... " << std::flush;
112      ConstReferenceCounting<UserFunction> u = new OneDomainUserFunction((*givenProblem).domain());
113      __problem = (*givenProblem) * u;
114      ffout(2) << "done\n";
115    
116    switch (mesh().type()) {    switch (mesh().type()) {
117    case Mesh::cartesianHexahedraMesh: {    case Mesh::cartesianHexahedraMesh: {

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