22 Dec
                
                    2015
                
            
            
                22 Dec
                
                '15
                
            
            
            
        
    
                11:05 a.m.
            
        Dear all, I would like to get the animation on the linear wave equation in the tutorial as a visualisation in Paraview. I used the following code to store result files: ... phi -= dt / 2 * p ... t += dt ... if step % 10 == 0: ... File("waveEqn.pvd")<< phi ... output = File("waveEqn.pvd") ... output << phi ... del output I expected a number of files that would form snapshots for the animation, but I got a single file. Could you please show me how to go about it. Regards. David
        3601
        
      
          Age (days ago)
        
      
        3601
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
                Angwenyi David