[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1246.0. "References on Numerical Solutions to Non-linear PDE?" by GENRAL::HEINTZE () Wed May 23 1990 21:31

    Hmmph...   I just spent a lot of time discovering that numerical
    methods for linear differential equations (specifically the heat
    equation) don't work well for non-linear equations!
    
    The equation I'm trying to solve is essentially the heat equation (a
    linear differential equation)  with  g(x,y,z,t)/c added to the RHS
    making the equation non-linear where g is the amount of heat being
    absorbed by an element and C is the heat capacity of the material.
    
    Can anyone recommend a reference on numerical solutions to non-linear
    differential equations?
    
    Basically the equation is
    
      u[t] = (K/C) (u[xx] + u[yy] + u[zz])  + g(x,y,z,t)/C
    
    where the subscripts denote partial derivatives and K is the thermal
    conductivity and C is the heat capacity and G is the unit power
    delivered to the medium per unit volume.
    
    
                               Thanks,
    
    				Sieg
    
T.RTitleUserPersonal
Name
DateLines
1246.1HPSTEK::XIAIn my beginning is my end.Wed May 23 1990 22:246
    All methods for nonlinear equations are iterative methods where each
    step of iteration is solving a linear equation.  If it is just a one
    time deal, you could just hack something up on top of your linear
    equation package.  Otherwise, there are packages readily made for this
    kind of thing on the market.
    Eugene
1246.2GUESS::DERAMODan D'EramoThu May 24 1990 00:175
        There are also likely to be free packages available over
        the network.  Look for topics here with titles containing
        LIB or NET or even PAC.
        
        Dan
1246.3RDVAX::NGThu May 24 1990 12:574
    It seems to me your PDE IS linear. Nonlinearity in the forcing
    function g(x,y,z,t) does not make the PDE nonlinear.
    (Unless g depends on the solution u or its partials, in which case
    the dependences should be shown explicitly.)
1246.4HPSTEK::XIAIn my beginning is my end.Thu May 24 1990 19:035
    re -1,
    
    Hmmm..., you are right.
    
    Eugene
1246.5ALLVAX::JROTHIt's a bush recording...Fri May 25 1990 05:0839