#include <space3D.hh>
Public Types | |
| typedef concepts::Scan< Tetrahedron > | Scan |
| typedef void(* | SMap) (const concepts::TColumn< Real > &, concepts::TColumn< Real > &) |
| typedef Element< Real > | type |
| typedef Scan< Element< Real > > | Scanner |
Public Member Functions | |
| Linear3d (concepts::Mesh3 &msh, concepts::BoundaryConditions *bc=0) | |
| virtual uint | dim () const |
| Returns the dimension of the space. | |
| virtual uint | nelm () const |
| Returns the number of elements in the space. | |
| virtual Scan * | scan () const |
| Returns a scanner to iterate over the elements of the space. | |
| virtual uint | getOutputDimension () const |
| Returns the default output dimension, when we consider plotting a real-valued operator on this space. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Space for linear FEM in 3D using tetrahedra.
Definition at line 39 of file space3D.hh.
Definition at line 41 of file space3D.hh.
|
inherited |
| typedef void(* linearFEM::Linear3d::SMap) (const concepts::TColumn< Real > &, concepts::TColumn< Real > &) |
Definition at line 42 of file space3D.hh.
|
inherited |
| linearFEM::Linear3d::Linear3d | ( | concepts::Mesh3 & | msh, |
| concepts::BoundaryConditions * | bc = 0 |
||
| ) |
Constructor.
| msh | Mesh |
| bc | Boundary conditions |
|
inlinevirtual |
Returns the dimension of the space.
Implements concepts::Space< Real >.
Definition at line 50 of file space3D.hh.
|
inlinevirtualinherited |
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::Space< Real >.
|
inlinevirtual |
Returns the number of elements in the space.
Implements concepts::Space< Real >.
Definition at line 51 of file space3D.hh.
|
inlinevirtual |
Returns a scanner to iterate over the elements of the space.
Implements concepts::Space< Real >.
Definition at line 52 of file space3D.hh.