Skip to content

Commit 35548db

Browse files
committed
Merge branch 'devel' of ssh://github.com/shannon-lab/zapdos into devel
2 parents b594b58 + caa320f commit 35548db

File tree

187 files changed

+4226
-3326
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+4226
-3326
lines changed

include/actions/AddLotsOfCoeffDiffusion.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020

2121
class AddLotsOfCoeffDiffusion;
2222

23-
template<>
23+
template <>
2424
InputParameters validParams<AddLotsOfCoeffDiffusion>();
2525

26-
2726
class AddLotsOfCoeffDiffusion : public AddVariableAction
2827
{
2928
public:

include/actions/AddLotsOfEFieldAdvection.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020

2121
class AddLotsOfEFieldAdvection;
2222

23-
template<>
23+
template <>
2424
InputParameters validParams<AddLotsOfEFieldAdvection>();
2525

26-
2726
class AddLotsOfEFieldAdvection : public AddVariableAction
2827
{
2928
public:

include/actions/AddLotsOfPotentialDrivenArtificialDiff.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020

2121
class AddLotsOfPotentialDrivenArtificialDiff;
2222

23-
template<>
23+
template <>
2424
InputParameters validParams<AddLotsOfPotentialDrivenArtificialDiff>();
2525

26-
2726
class AddLotsOfPotentialDrivenArtificialDiff : public AddVariableAction
2827
{
2928
public:

include/actions/AddLotsOfSources.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020

2121
class AddLotsOfSources;
2222

23-
template<>
23+
template <>
2424
InputParameters validParams<AddLotsOfSources>();
2525

26-
2726
class AddLotsOfSources : public AddVariableAction
2827
{
2928
public:

include/actions/AddLotsOfTimeDerivatives.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020

2121
class AddLotsOfTimeDerivatives;
2222

23-
template<>
23+
template <>
2424
InputParameters validParams<AddLotsOfTimeDerivatives>();
2525

26-
2726
class AddLotsOfTimeDerivatives : public AddVariableAction
2827
{
2928
public:

include/actions/AddLotsOfVariables.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020

2121
class AddLotsOfVariables;
2222

23-
template<>
23+
template <>
2424
InputParameters validParams<AddLotsOfVariables>();
2525

26-
2726
class AddLotsOfVariables : public AddVariableAction
2827
{
2928
public:

include/auxkernels/AbsValueAux.h

+5-7
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,19 @@
1919

2020
class AbsValueAux;
2121

22-
template<>
22+
template <>
2323
InputParameters validParams<AbsValueAux>();
2424

2525
class AbsValueAux : public AuxKernel
2626
{
27-
public:
28-
27+
public:
2928
AbsValueAux(const InputParameters & parameters);
3029

31-
protected:
32-
30+
protected:
3331
virtual Real computeValue();
3432

35-
private:
33+
private:
3634
const VariableValue & _u;
3735
};
3836

39-
#endif //ABSVALUEAUX_H
37+
#endif // ABSVALUEAUX_H

include/auxkernels/Current.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class Current;
77

8-
template<>
8+
template <>
99
InputParameters validParams<Current>();
1010

1111
class Current : public AuxKernel
@@ -29,4 +29,4 @@ class Current : public AuxKernel
2929
bool _art_diff;
3030
};
3131

32-
#endif //CURRENT_H
32+
#endif // CURRENT_H

include/auxkernels/DiffusiveFlux.h

+4-6
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@
55

66
class DiffusiveFlux;
77

8-
template<>
8+
template <>
99
InputParameters validParams<DiffusiveFlux>();
1010

1111
class DiffusiveFlux : public AuxKernel
1212
{
13-
public:
14-
13+
public:
1514
DiffusiveFlux(const InputParameters & parameters);
1615

17-
protected:
18-
16+
protected:
1917
virtual Real computeValue();
2018

2119
Real _r_units;
@@ -31,4 +29,4 @@ class DiffusiveFlux : public AuxKernel
3129
const MaterialProperty<Real> & _diff;
3230
};
3331

34-
#endif //DIFFUSIVEFLUX_H
32+
#endif // DIFFUSIVEFLUX_H

include/auxkernels/DriftDiffusionFluxAux.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class DriftDiffusionFluxAux;
2020

21-
template<>
21+
template <>
2222
InputParameters validParams<DriftDiffusionFluxAux>();
2323

2424
class DriftDiffusionFluxAux : public AuxKernel
@@ -37,4 +37,4 @@ class DriftDiffusionFluxAux : public AuxKernel
3737
const int _component;
3838
};
3939

40-
#endif //DRIFTDIFFUSIONFLUXAUX_H
40+
#endif // DRIFTDIFFUSIONFLUXAUX_H

include/auxkernels/EFieldAdvAux.h

+4-6
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,15 @@
1919

2020
class EFieldAdvAux;
2121

22-
template<>
22+
template <>
2323
InputParameters validParams<EFieldAdvAux>();
2424

2525
class EFieldAdvAux : public AuxKernel
2626
{
27-
public:
28-
27+
public:
2928
EFieldAdvAux(const InputParameters & parameters);
3029

31-
protected:
32-
30+
protected:
3331
virtual Real computeValue();
3432

3533
Real _r_units;
@@ -46,4 +44,4 @@ class EFieldAdvAux : public AuxKernel
4644
const MaterialProperty<Real> & _sgn;
4745
};
4846

49-
#endif //EFIELDADVAUX_H
47+
#endif // EFIELDADVAUX_H

include/auxkernels/Efield.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
#include "AuxKernel.h"
1919

20-
//Forward Declarations
20+
// Forward Declarations
2121
class Efield;
2222

23-
template<>
23+
template <>
2424
InputParameters validParams<Efield>();
2525

2626
/**
@@ -50,4 +50,4 @@ class Efield : public AuxKernel
5050
Real _voltage_scaling;
5151
};
5252

53-
#endif //EFIELD_H
53+
#endif // EFIELD_H

include/auxkernels/ElectronTemperature.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class ElectronTemperature;
77

8-
template<>
8+
template <>
99
InputParameters validParams<ElectronTemperature>();
1010

1111
class ElectronTemperature : public AuxKernel
@@ -16,11 +16,10 @@ class ElectronTemperature : public AuxKernel
1616
virtual ~ElectronTemperature() {}
1717

1818
protected:
19-
2019
virtual Real computeValue();
2120

2221
const VariableValue & _electron_density;
2322
const VariableValue & _mean_en;
2423
};
2524

26-
#endif //ELECTRONTEMPERATURE_H
25+
#endif // ELECTRONTEMPERATURE_H

include/auxkernels/Position.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
#include "AuxKernel.h"
1919

20-
//Forward Declarations
20+
// Forward Declarations
2121
class Position;
2222

23-
template<>
23+
template <>
2424
InputParameters validParams<Position>();
2525

2626
/**
@@ -41,7 +41,6 @@ class Position : public AuxKernel
4141
Real _r_units;
4242

4343
virtual Real computeValue();
44-
4544
};
4645

4746
#endif // POSITION_H

include/auxkernels/PowerDep.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class PowerDep;
77

8-
template<>
8+
template <>
99
InputParameters validParams<PowerDep>();
1010

1111
class PowerDep : public AuxKernel
@@ -32,4 +32,4 @@ class PowerDep : public AuxKernel
3232
Real _voltage_scaling;
3333
};
3434

35-
#endif //POWERDEP_H
35+
#endif // POWERDEP_H

include/auxkernels/ProcRate.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class ProcRate;
77

8-
template<>
8+
template <>
99
InputParameters validParams<ProcRate>();
1010

1111
class ProcRate : public AuxKernel
@@ -30,4 +30,4 @@ class ProcRate : public AuxKernel
3030
RealVectorValue _em_current;
3131
};
3232

33-
#endif //PROCRATE_H
33+
#endif // PROCRATE_H

include/auxkernels/Sigma.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class Sigma;
77

8-
template<>
8+
template <>
99
InputParameters validParams<Sigma>();
1010

1111
class Sigma : public AuxKernel
@@ -17,9 +17,8 @@ class Sigma : public AuxKernel
1717
virtual Real computeValue() override;
1818

1919
protected:
20-
2120
const VariableValue & _n;
2221
const VariableGradient & _grad_potential;
2322
};
2423

25-
#endif //SIGMA_H
24+
#endif // SIGMA_H

include/auxkernels/TM0CylindricalErAux.h

+5-7
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,23 @@
55

66
class TM0CylindricalErAux;
77

8-
template<>
8+
template <>
99
InputParameters validParams<TM0CylindricalErAux>();
1010

1111
class TM0CylindricalErAux : public AuxKernel
1212
{
13-
public:
14-
13+
public:
1514
TM0CylindricalErAux(const InputParameters & parameters);
1615

17-
protected:
18-
16+
protected:
1917
virtual Real computeValue();
2018

21-
private:
19+
private:
2220
const VariableGradient & _grad_Hphi;
2321

2422
Real _omega;
2523
Real _eps_r;
2624
Real _eps0;
2725
};
2826

29-
#endif //TM0CYLINDRICALERAUX_H
27+
#endif // TM0CYLINDRICALERAUX_H

include/auxkernels/TM0CylindricalEzAux.h

+5-7
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@
55

66
class TM0CylindricalEzAux;
77

8-
template<>
8+
template <>
99
InputParameters validParams<TM0CylindricalEzAux>();
1010

1111
class TM0CylindricalEzAux : public AuxKernel
1212
{
13-
public:
14-
13+
public:
1514
TM0CylindricalEzAux(const InputParameters & parameters);
1615

17-
protected:
18-
16+
protected:
1917
virtual Real computeValue();
2018

21-
private:
19+
private:
2220
const VariableGradient & _grad_Hphi;
2321
const VariableValue & _Hphi;
2422

@@ -27,4 +25,4 @@ class TM0CylindricalEzAux : public AuxKernel
2725
Real _eps0;
2826
};
2927

30-
#endif //TM0CYLINDRICALEZAUX_H
28+
#endif // TM0CYLINDRICALEZAUX_H

include/auxkernels/TotalFlux.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class TotalFlux;
77

8-
template<>
8+
template <>
99
InputParameters validParams<TotalFlux>();
1010

1111
class TotalFlux : public AuxKernel
@@ -26,4 +26,4 @@ class TotalFlux : public AuxKernel
2626
const MaterialProperty<Real> & _diff;
2727
};
2828

29-
#endif //TOTALFLUX_H
29+
#endif // TOTALFLUX_H

include/auxkernels/UserFlux.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class UserFlux;
77

8-
template<>
8+
template <>
99
InputParameters validParams<UserFlux>();
1010

1111
class UserFlux : public AuxKernel
@@ -17,7 +17,6 @@ class UserFlux : public AuxKernel
1717
virtual Real computeValue();
1818

1919
protected:
20-
2120
const VariableValue & _u;
2221
const VariableGradient & _grad_u;
2322
Real _mu;
@@ -26,4 +25,4 @@ class UserFlux : public AuxKernel
2625
Real _EField;
2726
};
2827

29-
#endif //USERFLUX_H
28+
#endif // USERFLUX_H

0 commit comments

Comments
 (0)