- 28 Jul, 2016 2 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
- 27 Jul, 2016 1 commit
-
-
Michael Turner authored
-
- 24 Jul, 2016 2 commits
-
-
Dave Moxey authored
Feature/boundary layer generation upgrade This branch brings the first update to the Nekmesh mesh generation system. The primary new feature is a complete overhaul of the boundary layer generation capability meaning boundary layers can be generated on much more complicated CAD than the convex only requirements of the old system. It also adds new documentation to Nektar describing how to operate the mesh generator. There is a modification to the nodal triangles in the reference elements to make the orderings consistent with what people believed nektar used. This will break some peoples meshes if they use NodalTriFekete or NodalTriElec curve face tags. Regression tests have been added for the mesh generation. Completed: + Boundary layer upgrade + Nodal triangle edit + Regression tests + Finish docs See merge request !576
-
Michael Turner authored
-
- 22 Jul, 2016 2 commits
-
-
Michael Turner authored
-
Michael Turner authored
-
- 21 Jul, 2016 1 commit
-
-
Dave Moxey authored
FilterFieldConvert This MR will introduce a new filter, which will be able to run modules from FieldConvert on a checkpoint. This filter replaces FilterSampler, and therefore the new functionalities will extend to other filters derived from it (AverageFields, ReynoldsStresses). An example of the setup for that would be: ``` xml <FILTER TYPE="FieldConvert"> <PARAM NAME="OutputFile"> filename.vtu </PARAM> <PARAM NAME="OutputFrequency"> 100 </PARAM> <PARAM NAME="Modules"> vorticity homplane:planeid=4 </PARAM> </FILTER> ``` It is unlikely that all options and modules will be supported. However, the main idea is to use this with modules that result in outputs with reduced size (e.g. isocontour, meanmode for 3DH1D). This way we can obtain these outputs more frequently than would be practical by storing the full checkpoint and running FieldConvert later. I don't know how far I am from finishing this (some cases already work, but I still need to test it further). Anyway, it would be nice to have some feedback on it, especially regarding the compilation and general structure of the code, since I had to create a new FieldConvert library and move some files around. See merge request !589
-
- 20 Jul, 2016 6 commits
-
-
Dave Moxey authored
-
Michael Turner authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
- 19 Jul, 2016 4 commits
-
-
Douglas Serson authored
-
Douglas Serson authored
Conflicts: CHANGELOG.md
-
Michael Turner authored
-
Michael Turner authored
-
- 18 Jul, 2016 5 commits
-
-
Douglas Serson authored
Add statistics for multi-level static condensation This MR adds additional statistics when `--verbose` is enabled if multi-level static condensation is used. It outputs: * the local/global dof statistics at the lowest level across all processes * distribution of the lowest levels across each of the processors Example output: ``` Assembly map statistics for field p: - Number of local/global dof : 216888 151247 - Number of local/global boundary dof : 120528 54887 - Number of local/global Dirichlet dof : 133 114 - dof valency (min/max/mean) : 1 10 2 - Local dof dist. (min/max/mean/dev) : 22932 39319 30984 6106.94 - Local bnd dof dist. (min/max/mean/dev) : 14742 19614 17218.3 1797.01 - M-level sc. dist. (min/max/mean/dev) : 13 15 13.8571 0.638877 Stats at lowest static cond. level: - Number of local/global dof : 0 2746 - Number of local/global boundary dof : 4600 1875 - Number of local/global Dirichlet dof : 133 114 - dof valency (min/max/mean) : 1 9 2 - Local bnd dof dist. (min/max/mean/dev) : 510 1096 657.143 188.189 ``` See merge request !656
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Michael Turner authored
-
- 16 Jul, 2016 2 commits
-
-
Dave Moxey authored
Fix numbering in gs for variable P This MR fixes the ids in the gs object used for variable P, since id=0 is ignored. See merge request !663
-
Douglas Serson authored
-
- 15 Jul, 2016 1 commit
-
-
Douglas Serson authored
-
- 14 Jul, 2016 8 commits
-
-
Chris Cantwell authored
Update contribution guide to clarify CHANGELOG entry A small update as suggested by @lackhove to include the CHANGELOG entry as part of the contribution guide. See merge request !662
-
Dave Moxey authored
fix/NM-inputstar-namespace small fix to inputstar module after the namespace clean up See merge request !661
-
Dave Moxey authored
-
Michael Turner authored
-
Michael Turner authored
-
Dave Moxey authored
-
Dave Moxey authored
Fix/win10 This MR fixes issues relating to building Nektar++ on Windows 10 with Visual Studio 2015. See merge request !641
-
Michael Turner authored
-
- 13 Jul, 2016 6 commits
-
-
Chris Cantwell authored
auto detect if we are running on a shared filesystem and remove the cmdline option See merge request !654
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Kilian Lackhove authored
-
Chris Cantwell authored
-