Formatting
This commit is contained in:
parent
3f3e330158
commit
0b56f4494b
2 changed files with 14 additions and 13 deletions
|
@ -43,19 +43,6 @@ jumpCyclicFvPatchField<Type>::jumpCyclicFvPatchField
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
template<class Type>
|
|
||||||
jumpCyclicFvPatchField<Type>::jumpCyclicFvPatchField
|
|
||||||
(
|
|
||||||
const jumpCyclicFvPatchField<Type>& ptf,
|
|
||||||
const fvPatch& p,
|
|
||||||
const DimensionedField<Type, volMesh>& iF,
|
|
||||||
const fvPatchFieldMapper& mapper
|
|
||||||
)
|
|
||||||
:
|
|
||||||
cyclicFvPatchField<Type>(ptf, p, iF, mapper)
|
|
||||||
{}
|
|
||||||
|
|
||||||
|
|
||||||
template<class Type>
|
template<class Type>
|
||||||
jumpCyclicFvPatchField<Type>::jumpCyclicFvPatchField
|
jumpCyclicFvPatchField<Type>::jumpCyclicFvPatchField
|
||||||
(
|
(
|
||||||
|
@ -71,6 +58,19 @@ jumpCyclicFvPatchField<Type>::jumpCyclicFvPatchField
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
template<class Type>
|
||||||
|
jumpCyclicFvPatchField<Type>::jumpCyclicFvPatchField
|
||||||
|
(
|
||||||
|
const jumpCyclicFvPatchField<Type>& ptf,
|
||||||
|
const fvPatch& p,
|
||||||
|
const DimensionedField<Type, volMesh>& iF,
|
||||||
|
const fvPatchFieldMapper& mapper
|
||||||
|
)
|
||||||
|
:
|
||||||
|
cyclicFvPatchField<Type>(ptf, p, iF, mapper)
|
||||||
|
{}
|
||||||
|
|
||||||
|
|
||||||
template<class Type>
|
template<class Type>
|
||||||
jumpCyclicFvPatchField<Type>::jumpCyclicFvPatchField
|
jumpCyclicFvPatchField<Type>::jumpCyclicFvPatchField
|
||||||
(
|
(
|
||||||
|
|
|
@ -125,6 +125,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
// Member functions
|
// Member functions
|
||||||
|
|
||||||
//- Access
|
//- Access
|
||||||
|
|
||||||
// Return overlapGgiFvPatch
|
// Return overlapGgiFvPatch
|
||||||
|
|
Reference in a new issue