- 29 Jan, 2013 1 commit
-
-
Dirk Ekelschot authored
-
- 23 Jan, 2013 3 commits
-
-
Dirk Ekelschot authored
-
Dirk Ekelschot authored
-
Gianmarco Mengaldo authored
-
- 27 Dec, 2012 1 commit
-
-
Gianmarco Mengaldo authored
-
- 26 Dec, 2012 1 commit
-
-
Gianmarco Mengaldo authored
-
- 17 Dec, 2012 1 commit
-
-
Gianmarco Mengaldo authored
-
- 12 Dec, 2012 1 commit
-
-
Gianmarco Mengaldo authored
-
- 05 Dec, 2012 1 commit
-
-
Gianmarco Mengaldo authored
-
- 29 Nov, 2012 1 commit
-
-
Gianmarco Mengaldo authored
-
- 27 Nov, 2012 1 commit
-
-
Gianmarco Mengaldo authored
-
- 22 Nov, 2012 1 commit
-
-
Gianmarco Mengaldo authored
-
- 19 Nov, 2012 1 commit
-
-
Gianmarco Mengaldo authored
-
- 16 Nov, 2012 1 commit
-
-
Dave Moxey authored
Modified GetTimeStep to receive field at each iteration (m_fields->GetPhys not updated at each timestep). Implemented IO_CheckTime to create checkpoints at specified time intervals. Removed IO_CheckTime from compressible flow solver regression tests. Re-added check to make sure that simulation finishes at specified final time.
-
- 14 Nov, 2012 1 commit
-
-
Gianmarco Mengaldo authored
-
- 13 Nov, 2012 2 commits
-
-
Gianmarco Mengaldo authored
-
Gianmarco Mengaldo authored
-
- 22 Oct, 2012 1 commit
-
-
Pavel Burovskiy authored
-
- 11 Oct, 2012 1 commit
-
-
Dave Moxey authored
Fixed minor bug in AssemblyMapDG. Tidying a couple of routines in PrismExp, ContField3D and CompressibleFlowSystem. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@4097 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 08 Oct, 2012 1 commit
-
-
Pavel Burovskiy authored
-
- 22 Aug, 2012 1 commit
-
-
Dave Moxey authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@4023 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 21 Aug, 2012 1 commit
-
-
Dave Moxey authored
Fixed some minor bugs with parallelisation in compressible flow solver. Fixed minor formatting issues DisContField2D. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@4022 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 01 Aug, 2012 1 commit
-
-
Gianmarco Mengaldo authored
Removed a SOLVERINFO TAG to iniatialise the new advection class. Cleaning up of the class EquationSystem acoording to the previous mentioned modifications. Changed the regressionsTests according to the previous mentioned modifications. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@4003 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 18 Jul, 2012 1 commit
-
-
Gianmarco Mengaldo authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3983 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 21 Jun, 2012 1 commit
-
-
Pavel Burovskiy authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3938 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 19 Jun, 2012 1 commit
-
-
Pavel Burovskiy authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3930 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 18 Jun, 2012 1 commit
-
-
Dave Moxey authored
independent and add documentation. Added documentation for the Riemann solver class. Fixing overly verbose output in EquationSystem. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3927 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 24 May, 2012 1 commit
-
-
Dave Moxey authored
Refactored DG code to make solver-level code (mostly) dimension independent. First working parallel implementation for 2D advection solver (regression tests to follow). Lots of code tidying for DG related functions. Fixed bug so that only the root process outputs timestep information in IncNavierStokesSolver. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3869 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 09 May, 2012 1 commit
-
-
Dave Moxey authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3840 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 26 Mar, 2012 1 commit
-
-
Chris Cantwell authored
Condensed EvaluateFunction routines to call a single implementation. Read specific variables from different files and/or expressions in FUNCTIONs. Updated regressionTest and example XML files to use VAR attribute in FUNCTION. Deleted unneeded FLD and CHK files in repository. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3734 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 12 Sep, 2011 1 commit
-
-
Chris Cantwell authored
Removed unnecessary Comm parameter in EquationSystem and derived classes. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3145 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 11 Sep, 2011 1 commit
-
-
Chris Cantwell authored
MemoryManager uses const references instead of non-const references. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3144 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 22 Jul, 2011 1 commit
-
-
Chris Cantwell authored
Moved EquationSystem classes to two-phase construction to remove solver-specific references in EquationSystem. Made all constructors private to enforce use of Factory and therefore ensure both construction phases are executed. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@2995 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 01 Jun, 2011 1 commit
-
-
Chris Cantwell authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@2898 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 03 Dec, 2010 1 commit
-
-
Cristian Biotto authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@2562 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- 18 Nov, 2010 1 commit
-
-
Cristian Biotto authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@2541 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-