Go to the documentation of this file.
44 virtual std::ostream&
info(std::ostream& os)
const;
Line(Real left, Real right)
Constructor for two vertices.
Sequence< Cell1 * > cell_
unsigned int ncell() const
Returns the number of cells in the mesh.
Sequence< Vertex * > vtx_
Scanner for a STL container std::vector of pointers.
An abstract class for 1D meshes.
Mesh for the interval of the real axis.
Line(const uint n=1)
Default constructor for interval (0,1).
Scan1 * scan()
Returns a scanner over the cells of the mesh.
void construct_(const Array< Real > coord)
Sequence with operations, output operator, and method of the particular element types.
Line(Real v0, Real v1, Real v2, Real v3)
Constructor for four vertices.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
double Real
Type normally used for a floating point number.
Basic namespace for Concepts-2.
Line(Real left, Real mid, Real right)
Constructor for three vertices.