From 11af7da91a66582c90951fa56ba27fe92cc6b2cc Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 8 Mar 2017 13:23:33 -0600 Subject: [PATCH] Remove hedge slogan --- examples/advection/advection.py | 1 - examples/advection/var-velocity.py | 1 - examples/advection/weak.py | 1 - examples/burgers/burgers.py | 1 - examples/gas_dynamics/box-in-box.py | 1 - examples/gas_dynamics/euler/sine-wave.py | 1 - examples/gas_dynamics/euler/vortex-adaptive-grid.py | 1 - examples/gas_dynamics/euler/vortex-sources.py | 1 - examples/gas_dynamics/euler/vortex.py | 1 - examples/gas_dynamics/gas_dynamics_initials.py | 1 - examples/gas_dynamics/lbm-simple.py | 1 - examples/gas_dynamics/naca.py | 1 - examples/gas_dynamics/navierstokes/shearflow.py | 1 - examples/gas_dynamics/square.py | 1 - examples/gas_dynamics/wing.py | 1 - examples/heat/heat.py | 1 - examples/maxwell/analytic_solutions.py | 1 - examples/maxwell/cavities.py | 1 - examples/maxwell/dipole.py | 1 - examples/maxwell/inhom-cavity.py | 1 - examples/maxwell/maxwell-2d.py | 1 - examples/maxwell/maxwell-pml.py | 1 - examples/poisson/helmholtz.py | 1 - examples/poisson/poisson.py | 1 - examples/wave/wave.py | 1 - 25 files changed, 25 deletions(-) diff --git a/examples/advection/advection.py b/examples/advection/advection.py index f55bd98a..f145076b 100644 --- a/examples/advection/advection.py +++ b/examples/advection/advection.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/advection/var-velocity.py b/examples/advection/var-velocity.py index 8611b29d..edce0760 100644 --- a/examples/advection/var-velocity.py +++ b/examples/advection/var-velocity.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/advection/weak.py b/examples/advection/weak.py index de4bc4d3..967eb95f 100644 --- a/examples/advection/weak.py +++ b/examples/advection/weak.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/burgers/burgers.py b/examples/burgers/burgers.py index 8f5ebc8e..5c277e31 100644 --- a/examples/burgers/burgers.py +++ b/examples/burgers/burgers.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/box-in-box.py b/examples/gas_dynamics/box-in-box.py index 265e611e..1e5bceb2 100644 --- a/examples/gas_dynamics/box-in-box.py +++ b/examples/gas_dynamics/box-in-box.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2008 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/euler/sine-wave.py b/examples/gas_dynamics/euler/sine-wave.py index 9d8e1767..451befdb 100644 --- a/examples/gas_dynamics/euler/sine-wave.py +++ b/examples/gas_dynamics/euler/sine-wave.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2008 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/euler/vortex-adaptive-grid.py b/examples/gas_dynamics/euler/vortex-adaptive-grid.py index 0722726e..ac2dde1a 100644 --- a/examples/gas_dynamics/euler/vortex-adaptive-grid.py +++ b/examples/gas_dynamics/euler/vortex-adaptive-grid.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2008 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/euler/vortex-sources.py b/examples/gas_dynamics/euler/vortex-sources.py index 1dbc30df..b6f783a5 100644 --- a/examples/gas_dynamics/euler/vortex-sources.py +++ b/examples/gas_dynamics/euler/vortex-sources.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2008 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/euler/vortex.py b/examples/gas_dynamics/euler/vortex.py index 7086fed9..9f9703f4 100644 --- a/examples/gas_dynamics/euler/vortex.py +++ b/examples/gas_dynamics/euler/vortex.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2008 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/gas_dynamics_initials.py b/examples/gas_dynamics/gas_dynamics_initials.py index a9947445..05ab91a3 100644 --- a/examples/gas_dynamics/gas_dynamics_initials.py +++ b/examples/gas_dynamics/gas_dynamics_initials.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2008 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/lbm-simple.py b/examples/gas_dynamics/lbm-simple.py index 0b035e1d..f99d5b76 100644 --- a/examples/gas_dynamics/lbm-simple.py +++ b/examples/gas_dynamics/lbm-simple.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2011 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/naca.py b/examples/gas_dynamics/naca.py index b26a9c41..26755345 100644 --- a/examples/gas_dynamics/naca.py +++ b/examples/gas_dynamics/naca.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2008 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/navierstokes/shearflow.py b/examples/gas_dynamics/navierstokes/shearflow.py index 6ba08a28..58746ea7 100644 --- a/examples/gas_dynamics/navierstokes/shearflow.py +++ b/examples/gas_dynamics/navierstokes/shearflow.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2008 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/square.py b/examples/gas_dynamics/square.py index f5ceb269..c24383b8 100644 --- a/examples/gas_dynamics/square.py +++ b/examples/gas_dynamics/square.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2008 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/gas_dynamics/wing.py b/examples/gas_dynamics/wing.py index 55002d8a..968f32e6 100644 --- a/examples/gas_dynamics/wing.py +++ b/examples/gas_dynamics/wing.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2008 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/heat/heat.py b/examples/heat/heat.py index 4023f7d8..b313f675 100644 --- a/examples/heat/heat.py +++ b/examples/heat/heat.py @@ -1,6 +1,5 @@ from __future__ import absolute_import from __future__ import print_function -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/maxwell/analytic_solutions.py b/examples/maxwell/analytic_solutions.py index 152130f9..7ff8884f 100644 --- a/examples/maxwell/analytic_solutions.py +++ b/examples/maxwell/analytic_solutions.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/maxwell/cavities.py b/examples/maxwell/cavities.py index a387bb26..6fb7d54a 100644 --- a/examples/maxwell/cavities.py +++ b/examples/maxwell/cavities.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/maxwell/dipole.py b/examples/maxwell/dipole.py index 83e8d6de..381d89ce 100644 --- a/examples/maxwell/dipole.py +++ b/examples/maxwell/dipole.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/maxwell/inhom-cavity.py b/examples/maxwell/inhom-cavity.py index 72646961..60817af1 100644 --- a/examples/maxwell/inhom-cavity.py +++ b/examples/maxwell/inhom-cavity.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # Adapted 2010 by David Powell # diff --git a/examples/maxwell/maxwell-2d.py b/examples/maxwell/maxwell-2d.py index e0f5909a..ff4182ab 100644 --- a/examples/maxwell/maxwell-2d.py +++ b/examples/maxwell/maxwell-2d.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/maxwell/maxwell-pml.py b/examples/maxwell/maxwell-pml.py index 6cd5d5d7..6e23bff6 100644 --- a/examples/maxwell/maxwell-pml.py +++ b/examples/maxwell/maxwell-pml.py @@ -1,4 +1,3 @@ -"""grudge is the Hybrid'n'Easy Discontinuous Galerkin Environment.""" from __future__ import division from __future__ import absolute_import diff --git a/examples/poisson/helmholtz.py b/examples/poisson/helmholtz.py index c22c534d..f203e84c 100644 --- a/examples/poisson/helmholtz.py +++ b/examples/poisson/helmholtz.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/poisson/poisson.py b/examples/poisson/poisson.py index 1b0bbbdd..83fa7acb 100644 --- a/examples/poisson/poisson.py +++ b/examples/poisson/poisson.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify diff --git a/examples/wave/wave.py b/examples/wave/wave.py index f027d321..3d206d71 100644 --- a/examples/wave/wave.py +++ b/examples/wave/wave.py @@ -1,4 +1,3 @@ -# grudge - the Hybrid'n'Easy DG Environment # Copyright (C) 2007 Andreas Kloeckner # # This program is free software: you can redistribute it and/or modify -- GitLab