concepts::PointInCell< dim > Class Template Reference

Define a point inside a geometrical cell by its connector and the coordinate in the reference cell. More...

#include <meshRelations.hh>

Inheritance diagram for concepts::PointInCell< dim >:
concepts::OutputOperator

Public Attributes

const Connectorcntr_
 
Point< Real, dim > p_
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

Detailed Description

template<uint dim = 2>
class concepts::PointInCell< dim >

Define a point inside a geometrical cell by its connector and the coordinate in the reference cell.

Author
Kersten Schmidt, 2008

Definition at line 22 of file meshRelations.hh.

Member Function Documentation

◆ info()

template<uint dim = 2>
virtual std::ostream& concepts::PointInCell< dim >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Member Data Documentation

◆ cntr_

template<uint dim = 2>
const Connector* concepts::PointInCell< dim >::cntr_

Definition at line 24 of file meshRelations.hh.

◆ p_

template<uint dim = 2>
Point<Real,dim> concepts::PointInCell< dim >::p_

Definition at line 25 of file meshRelations.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich