- 11 Jul, 2016 3 commits
-
-
Kilian Lackhove authored
-
Kilian Lackhove authored
We dont use the partition info here because pts files should be independant of any meshes/expansions. Instead, we use the file matching the rank and in case n_ranks!=n_files, we load all pts files for all ranks.
-
Kilian Lackhove authored
-
- 07 Jul, 2016 4 commits
-
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
- 06 Jul, 2016 1 commit
-
-
Dave Moxey authored
Fix in LinSysDirectFull. Added a Helmholtz test with Neumann BC only. This fixes the DirectFull solver in the case where there are no Dirichlet BCs. See merge request !655
-
- 28 Jun, 2016 4 commits
-
-
Martin Vymazal authored
-
Martin Vymazal authored
-
Dave Moxey authored
Extra scalar fields in IncNS This MR makes small changes to allow the solution of the advection-diffusion equation for passive scalar fields in the IncNavierStokesSolver. See merge request !624
-
Dave Moxey authored
-
- 27 Jun, 2016 7 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
- 26 Jun, 2016 1 commit
-
-
Spencer Sherwin authored
Extend ProcessCurve to allow reading coordinates from file This MR extends the ProcessCurve module of NekMesh to read the coordinates from a file (in 2D). The file should be in the .pts format, with `DIM=1` and one field corresponding to the y-coordinate. For example: ``` xml <?xml version="1.0" encoding="utf-8" ?> <NEKTAR> <POINTS DIM="1" FIELDS="y" > 0.000000E+00 0.000000E+00 1.000000E+00 1.000000E+00 </POINTS> </NEKTAR> ``` See merge request !628
-
- 23 Jun, 2016 1 commit
-
-
Gianmarco Mengaldo authored
Conflicts: CHANGELOG.md
-
- 21 Jun, 2016 8 commits
-
-
Dave Moxey authored
Avoid reading fld twice in FieldConvert This MR introduces a small change to avoid loading the fld file twice in FieldConvert. Currently, InputXml imports just the FieldDef to set the expansion, and later InputFld reads the data. However, this is very inefficient, since the whole fld file has to be loaded even if we just want the FieldDef. This MR basically makes InputXml load both the fielddef and the data, and later InputFld just extracts the data. See merge request !649
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
Suppress Xxt stats output when running without verbose option This MR makes small changes to the Xxt solver to output the stats only when we are using the verbose option. Unfortunately, I think it is not possible to suppress the output from gs_setup, which is much more annoying. See merge request !642
-
Dave Moxey authored
-
Dave Moxey authored
-
- 20 Jun, 2016 2 commits
-
-
Douglas Serson authored
Fix missing package dependency for NekMesh utility. The MR fixes a missing dependency on libnektar++-nekmeshutils in the nektar++-utilities package. See merge request !650
-
Douglas Serson authored
-
- 11 Jun, 2016 2 commits
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
- 10 Jun, 2016 3 commits
-
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
- 09 Jun, 2016 1 commit
-
-
Dave Moxey authored
-
- 06 Jun, 2016 1 commit
-
-
Dave Moxey authored
-
- 02 Jun, 2016 2 commits
-
-
Douglas Serson authored
Advance tutorials submodule for v4.3.2. This MR just advances the submodule commit ID for the tutorials. See merge request !643
-
Douglas Serson authored
Fix instances of MeshConvert in user guide. This MR includes some minor fixes to the user guide. See merge request !640
-