ug4
fv_output.h File Reference
#include "common/common.h"
#include "lib_disc/domain_util.h"
#include "fv1_geom.h"
#include "hfv1_geom.h"

Go to the source code of this file.

Classes

struct  ug::ConstructGridOfSCVFWrapper< TFVGeom, TWorldDim >
 
struct  ug::ConstructGridOfSCVFWrapper< TFVGeom, 1 >
 
struct  ug::ConstructGridOfSCVFWrapper< TFVGeom, 2 >
 
struct  ug::ConstructGridOfSCVFWrapper< TFVGeom, 3 >
 
struct  ug::ConstructGridOfSCVWrapper< TFVGeom, TWorldDim >
 
struct  ug::ConstructGridOfSCVWrapper< TFVGeom, 1 >
 
struct  ug::ConstructGridOfSCVWrapper< TFVGeom, 2 >
 
struct  ug::ConstructGridOfSCVWrapper< TFVGeom, 3 >
 

Namespaces

 ug
 the ug namespace
 

Functions

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)