Skip to content
Snippets Groups Projects
  1. Jan 23, 2015
  2. Jan 22, 2015
  3. Jan 21, 2015
  4. Jan 20, 2015
  5. Jan 17, 2015
  6. Jan 16, 2015
  7. Jan 12, 2015
  8. Jan 10, 2015
  9. Jan 09, 2015
    • Dave Moxey's avatar
      Merge branch 'fix/session-name-prepartitioned' into 'master' · 7ab1dd08
      Dave Moxey authored
      Fix/session name prepartitioned
      
      This MR includes the following:
      * Fixes the determination of the session name from pre-partitioned mesh directories.
      * Remove code duplication of the determination of the session name into a separate function.
      * Removes the m_filename parameter (since it no longer makes sense when we can load multiple files) from the session reader.
      * Improves the error messages in parsing parameters and solver info to show the erroneous XML element.
      * Fixes a segfault if a parameter such as "Test = 1 2" is given.
      * Detect when boundary conditions with same ID appears multiple times.
      
      This fixes tickets #148 and #122.
      
      See merge request !426
      7ab1dd08
    • Dave Moxey's avatar
      Remove lingering m_filename · 3f683c7e
      Dave Moxey authored
      3f683c7e
    • Chris Cantwell's avatar
    • Chris Cantwell's avatar
      Merge branch 'feature/filename-variables' into 'master' · dd9c2912
      Chris Cantwell authored
      Allow filename variable remapping
      
      This MR adds the option to remap variable names inside files to different names in XML functions. For example, `IncNavierStokesSolver` fields containing `u,v,w,p` can be mapped to linear advection variables `Vx,Vy,Vz` using the syntax:
      
      ```xml
      <FUNCTION NAME="AdvectionVelocity">
        <F VAR="Vx,Vy,Vz" VALUE="file.fld:u,v,w" />
      </FUNCTION>
      ```
      
      See merge request !428
      dd9c2912
Loading