|
template<int TRefDim> |
void | ug::ColorControlVolume (ISubsetHandler &shOut) |
|
template<typename TElem > |
void | ug::ColorSubControlVolume (ISubsetHandler &shOut) |
|
template<typename TElem > |
void | ug::ColorSubControlVolumeFaces (ISubsetHandler &shOut) |
|
template<typename TElem , template< class, int > class TFVGeom, int TWorldDim> |
void | ug::ConstructGridOfSCV (ISubsetHandler &shOut, const SurfaceView &surfView, const Grid::VertexAttachmentAccessor< Attachment< MathVector< TWorldDim > > > &aaPos, Grid::VertexAttachmentAccessor< Attachment< MathVector< TWorldDim > > > &aaPosOut, int si) |
|
template<template< class, int > class TFVGeom, int TWorldDim> |
void | ug::ConstructGridOfSCV (ISubsetHandler &shOut, const SurfaceView &surfView, const Grid::VertexAttachmentAccessor< Attachment< MathVector< TWorldDim > > > &aaPos, Grid::VertexAttachmentAccessor< Attachment< MathVector< TWorldDim > > > &aaPosOut, int si, int siDim) |
|
template<typename TElem , template< class, int > class TFVGeom, int TWorldDim> |
void | ug::ConstructGridOfSCVF (ISubsetHandler &shOut, const SurfaceView &surfView, const Grid::VertexAttachmentAccessor< Attachment< MathVector< TWorldDim > > > &aaPos, Grid::VertexAttachmentAccessor< Attachment< MathVector< TWorldDim > > > &aaPosOut, int si) |
|
template<template< class, int > class TFVGeom, int TWorldDim> |
void | ug::ConstructGridOfSCVF (ISubsetHandler &shOut, const SurfaceView &surfView, const Grid::VertexAttachmentAccessor< Attachment< MathVector< TWorldDim > > > &aaPos, Grid::VertexAttachmentAccessor< Attachment< MathVector< TWorldDim > > > &aaPosOut, int si, int siDim) |
|
template<template< class, int > class TFVGeom, typename TDomain > |
void | ug::CreateControlVolumeDomain (TDomain &domOut, const TDomain &domIn, const SurfaceView &surfView, int si=-1) |
|
template<template< class, int > class TFVGeom, typename TAAPosition , typename TAPosition > |
void | ug::CreateGridOfControlVolumes (ISubsetHandler &shOut, TAAPosition &aaPosOut, TAPosition &aPosOut, const ISubsetHandler &sh, const TAAPosition &aaPos, const SurfaceView &surfView, int si=-1) |
|
template<template< class, int > class TFVGeom, typename TAAPosition > |
void | ug::CreateGridOfSubControlVolumeFaces (ISubsetHandler &shOut, TAAPosition &aaPosOut, const ISubsetHandler &sh, const TAAPosition &aaPos, const SurfaceView &surfView, int si=-1) |
|
template<template< class, int > class TFVGeom, typename TAAPosition > |
void | ug::CreateGridOfSubControlVolumes (ISubsetHandler &shOut, TAAPosition &aaPosOut, const ISubsetHandler &sh, const TAAPosition &aaPos, const SurfaceView &surfView, int si=-1) |
|
template<typename TElem , template< class, int > class TFVGeom, int TWorldDim> |
void | ug::CreateSCV (const TElem &elem, TFVGeom< TElem, TWorldDim > &geo, ISubsetHandler &shOut, Grid::VertexAttachmentAccessor< Attachment< MathVector< TWorldDim > > > &aaPosOut) |
|
template<typename TElem , template< class, int > class TFVGeom, int TWorldDim> |
void | ug::CreateSCVF (const TElem &elem, TFVGeom< TElem, TWorldDim > &geo, ISubsetHandler &shOut, Grid::VertexAttachmentAccessor< Attachment< MathVector< TWorldDim > > > &aaPosOut) |
|
template<template< class, int > class TFVGeom, typename TDomain > |
void | ug::CreateSubControlVolumeDomain (TDomain &domOut, const TDomain &domIn, const SurfaceView &surfView, int si=-1) |
|
template<template< class, int > class TFVGeom, typename TDomain > |
void | ug::CreateSubControlVolumeFaceDomain (TDomain &domOut, const TDomain &domIn, const SurfaceView &surfView, int si=-1) |
|