fem2d_heat_test
    
    
    
      fem2d_heat_test,
      a Fortran90 code which
      calls fem2d_heat(), which
      uses the finite element method to solve a 2D heat equation.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and codes:
    
    
      
      FEM2D_HEAT,
      a Fortran90 code which
      uses the finite element method and the backward Euler method to solve the
      2D time-dependent heat equation on an arbitrary triangulated region.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          square_nodes.png,
          a PNG image of
          the 49 nodes;
        
 
        - 
          square_nodes.txt,
          a text file containing a list, for each node, of its X and Y
          coordinates;
        
 
        - 
          square_elements.png,
          a PNG image of
          the 32 elements;
        
 
        - 
          square_elements.txt,
          a text file containing a list, for each element, of the six
          nodes that compose it;
        
 
        - 
          square_time.txt,
          a text file containing the solution times;
        
 
        - 
          u0000.txt,
          the solution U at time step 0;
        
 
        - 
          u0001.txt,
          the solution U at time step 1;
        
 
        - 
          u0002.txt,
          the solution U at time step 2;
        
 
        - 
          u0003.txt,
          the solution U at time step 3;
        
 
        - 
          u0004.txt,
          the solution U at time step 4;
        
 
        - 
          u0005.txt,
          the solution U at time step 5;
        
 
        - 
          u0006.txt,
          the solution U at time step 6;
        
 
        - 
          u0007.txt,
          the solution U at time step 7;
        
 
        - 
          u0008.txt,
          the solution U at time step 8;
        
 
        - 
          u0009.txt,
          the solution U at time step 9;
        
 
        - 
          u0010.txt,
          the solution U at time step 10;
        
 
      
    
    
      The MATLAB code CONTOUR_SEQUENCE4 can make contour
      plots from the sequence of solutions:
      
        - 
          u0000.png,
          the solution U at time step 0;
        
 
        - 
          u0001.png,
          the solution U at time step 1;
        
 
        - 
          u0002.png,
          the solution U at time step 2;
        
 
        - 
          u0003.png,
          the solution U at time step 3;
        
 
        - 
          u0004.png,
          the solution U at time step 4;
        
 
        - 
          u0005.png,
          the solution U at time step 5;
        
 
        - 
          u0006.png,
          the solution U at time step 6;
        
 
        - 
          u0007.png,
          the solution U at time step 7;
        
 
        - 
          u0008.png,
          the solution U at time step 8;
        
 
        - 
          u0009.png,
          the solution U at time step 9;
        
 
        - 
          u0010.png,
          the solution U at time step 10;
        
 
      
    
    
    
      Last revised on 08 July 2020.