internalFvPatchField, internalFvsPatchField: Added mapping for redistribution

This commit is contained in:
Henry Weller
2021-06-18 16:37:16 +01:00
parent 464ad80e35
commit 7e97a9b234
2 changed files with 0 additions and 28 deletions

View File

@ -120,19 +120,6 @@ public:
// Member Functions
// Mapping functions
//- Map (and resize as needed) from self given a mapping object
// Used to update fields following mesh topology change
virtual void autoMap( const fvPatchFieldMapper&)
{}
//- Reverse map the given fvPatchField onto this fvPatchField
// Used to reconstruct fields
virtual void rmap(const fvPatchField<Type>&, const labelList&)
{}
// Evaluation functions
//- Return gradient at boundary

View File

@ -107,21 +107,6 @@ public:
new internalFvsPatchField<Type>(*this, iF)
);
}
// Member Functions
// Mapping functions
//- Map (and resize as needed) from self given a mapping object
// Used to update fields following mesh topology change
virtual void autoMap(const fvPatchFieldMapper&)
{}
//- Reverse map the given fvsPatchField onto this fvsPatchField
// Used to reconstruct fields
virtual void rmap(const fvsPatchField<Type>&, const labelList&)
{}
};