Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
template<class T , class ListType > | |
void | inplaceRemove (ListType &lst, const T &value) |
template<class T , class NotT , class ListType > | |
void | inplaceRemove (ListType &lst, const T &value, const NotT &) |
template<class T , class ListType > | |
void | inplaceRemove (ListType &lst, const T &value, const T &) |
template<class ListType > | |
ListType | reorder (const label size, const typename ListType::value_type &defaultValue, const labelUList &oldToNew, const ListType &lst) |
Original source file FacePatchIntersection.C
Definition in file FacePatchIntersection.C.