Wiki

Clone wiki

mshr / API / Box

dolfin::Variable > mshr::CSGGeometry > mshr::CSGPrimitive > mshr::CSGPrimitive3D

mshr::Box

A 3D axis aligned box.

Public functions

Box(dolfin::Point a, dolfin::Point b)

Create box defined by two opposite corners.

Parameters| |
----------|-------------|----------------- a |dolfin::Point|The first corner b |dolfin::Point|The second corner

std::string str(bool verbose) const

Informal string representation.

Parameters
verbose bool

Type getType() const

Updated