-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slope limiter boundary treatment #29
Commits on Apr 19, 2016
-
decrease exporter memory footprint
- exporters use function spaces allocated in solver class - ExportManager has dg coordinate function to avoid allocating one in File
Configuration menu - View commit details
-
Copy full SHA for b06f4ce - Browse repository at this point
Copy the full SHA b06f4ceView commit details
Commits on Apr 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f6a0d24 - Browse repository at this point
Copy the full SHA f6a0d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5aba8a - Browse repository at this point
Copy the full SHA a5aba8aView commit details -
reimplemented 3d viscosity/diffusivity operators
- Epshteyn (2007) interior penalty formulation - used for both horizontal and vertical diffusion - vertical diffusion is treated implicitly - added tests against analytical solution - updated tracer equation boundary conditions - updated get_bnd_functions of 2d shallow water eqns
Configuration menu - View commit details
-
Copy full SHA for 6fd8ae4 - Browse repository at this point
Copy the full SHA 6fd8ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77e91a7 - Browse repository at this point
Copy the full SHA 77e91a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22476b1 - Browse repository at this point
Copy the full SHA 22476b1View commit details -
updated interior penalty terms as suggested by stephankramer
- viscosity formulation is equivalent to tracer diffusion - using same ip penalty parameter as in 2d viscosity - revisited test cases - in horizontal case convergence is suboptimal, using larger slope tolerance
Configuration menu - View commit details
-
Copy full SHA for 7387904 - Browse repository at this point
Copy the full SHA 7387904View commit details
Commits on Apr 22, 2016
-
first version of slope limiter boundary treatment
- limiter should preserve a linear function even at boundaries
Configuration menu - View commit details
-
Copy full SHA for ddf904e - Browse repository at this point
Copy the full SHA ddf904eView commit details -
fixed top/bottom boundary treatment
- using top/bottom masks to compute mean value at facet triangles
Configuration menu - View commit details
-
Copy full SHA for e9a15b7 - Browse repository at this point
Copy the full SHA e9a15b7View commit details -
omit lateral boundary treatment in slope limiters
- current formulation does not limit solution at lateral bnds at all
Configuration menu - View commit details
-
Copy full SHA for bc9f029 - Browse repository at this point
Copy the full SHA bc9f029View commit details