internalFvPatchField, internalFvsPatchField: Added mapping for redistribution
This commit is contained in:
@ -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
|
||||
|
||||
@ -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&)
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user