linearFEM::Linear3d Class Referenceabstract
Space for linear FEM in 3D using tetrahedra. More...
#include <space3D.hh>
Public Types | |
typedef concepts::Scan< Tetrahedron > | Scan |
typedef Scan< Element< Real > > | Scanner |
typedef void(* | SMap) (const concepts::TColumn< Real > &, concepts::TColumn< Real > &) |
typedef Element< Real > | type |
Public Member Functions | |
virtual uint | dim () const |
virtual uint | dim () const=0 |
Returns the dimension of the space. More... | |
virtual uint | getOutputDimension () const |
Returns the default output dimension, when we consider plotting a real-valued operator on this space. More... | |
Linear3d (concepts::Mesh3 &msh, concepts::BoundaryConditions *bc=0) | |
Constructor. More... | |
virtual uint | nelm () const |
virtual uint | nelm () const=0 |
Returns the number of elements in the space. More... | |
virtual Scan * | scan () const |
virtual Scanner * | scan () const=0 |
Returns a scanner to iterate over the elements of the space. More... | |
virtual | ~Linear3d () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Private Attributes | |
concepts::BoundaryConditions * | bc_ |
Boundary conditions. More... | |
uint | dim_ |
Number of degrees of freedom. More... | |
concepts::Joiner< Tetrahedron *, 1 > * | elm_ |
List of elements. More... | |
uint | nelm_ |
Number of elements. More... | |
Detailed Description
Space for linear FEM in 3D using tetrahedra.
Definition at line 39 of file space3D.hh.
Member Typedef Documentation
◆ Scan
Definition at line 41 of file space3D.hh.
◆ Scanner
|
inherited |
◆ SMap
typedef void(* linearFEM::Linear3d::SMap) (const concepts::TColumn< Real > &, concepts::TColumn< Real > &) |
Definition at line 42 of file space3D.hh.
◆ type
|
inherited |
Constructor & Destructor Documentation
◆ Linear3d()
linearFEM::Linear3d::Linear3d | ( | concepts::Mesh3 & | msh, |
concepts::BoundaryConditions * | bc = 0 |
||
) |
Constructor.
- Parameters
-
msh Mesh bc Boundary conditions
◆ ~Linear3d()
|
virtual |
Member Function Documentation
◆ dim() [1/2]
|
inlinevirtual |
Definition at line 50 of file space3D.hh.
◆ dim() [2/2]
|
pure virtualinherited |
Returns the dimension of the space.
Implemented in concepts::SpaceOnCells< Real >, concepts::DummySpace< Real >, hp2D::hpAdaptiveSpace< Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, and hp1D::Space.
◆ getOutputDimension()
|
inlinevirtualinherited |
◆ info()
|
protectedvirtual |
Reimplemented from concepts::Space< Real >.
◆ nelm() [1/2]
|
inlinevirtual |
Definition at line 51 of file space3D.hh.
◆ nelm() [2/2]
|
pure virtualinherited |
Returns the number of elements in the space.
Implemented in concepts::SpaceOnCells< Real >, concepts::DummySpace< Real >, hp2D::hpAdaptiveSpace< Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, and hp1D::Space.
◆ scan() [1/2]
|
inlinevirtual |
Definition at line 52 of file space3D.hh.
◆ scan() [2/2]
|
pure virtualinherited |
Returns a scanner to iterate over the elements of the space.
Implemented in concepts::SpaceOnCells< Real >, concepts::DummySpace< Real >, hp2D::hpAdaptiveSpace< Real >, hp3D::Space, hp2Dedge::Space, hp2D::Space, hp2D::hpAdaptiveSpace< Real >, and hp1D::Space.
Member Data Documentation
◆ bc_
|
private |
Boundary conditions.
Definition at line 62 of file space3D.hh.
◆ dim_
|
private |
Number of degrees of freedom.
Definition at line 58 of file space3D.hh.
◆ elm_
|
private |
List of elements.
Definition at line 64 of file space3D.hh.
◆ nelm_
|
private |
Number of elements.
Definition at line 60 of file space3D.hh.
The documentation for this class was generated from the following file:
- linearFEM/space3D.hh