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

Diff of /ff3d/solver/PenalizedFictitousDomain.cpp

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

revision 1.3 by delpinux, Sat Sep 20 21:31:09 2003 UTC revision 1.4 by delpinux, Sun Sep 21 14:34:18 2003 UTC
# Line 119  void PenalizedFictitousDomain::__discret Line 119  void PenalizedFictitousDomain::__discret
119  void PenalizedFictitousDomain::Discretize (ConstReferenceCounting<Problem> givenProblem)  void PenalizedFictitousDomain::Discretize (ConstReferenceCounting<Problem> givenProblem)
120  {  {
121    ffout(2) << "Adding Characteristic function of the domain to PDEs ... " << std::flush;    ffout(2) << "Adding Characteristic function of the domain to PDEs ... " << std::flush;
122    ConstReferenceCounting<UserFunction> u = new ConstUserFunction(1.);    ConstReferenceCounting<UserFunction> u = new OneDomainUserFunction((*givenProblem).domain());
123        __problem = (*givenProblem) * u;
 //   __problem = (*givenProblem) * u;  
   __problem = givenProblem;  
124    ffout(2) << "done\n";    ffout(2) << "done\n";
125    
126    switch (mesh().type()) {    switch (mesh().type()) {

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

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