#include <space1D.hh>
|
| Linear1d (concepts::Mesh1 &msh, uint level, 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.
|
|
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream.
|
|
Space for linear FEM in 1D.
- Author
- Philipp Frauenfelder, 2002
- Examples
- linearFEM1d-simple.cc, and linearFEM1d.cc.
Definition at line 39 of file space1D.hh.
◆ Scan
◆ Scanner
◆ SMap
◆ type
◆ Linear1d()
Constructor. Recursively calls enforceBC_
and constructor_
- Parameters
-
msh | Mesh |
level | Number levels for initial refinement |
bc | Boundary conditions |
◆ dim()
virtual uint linearFEM::Linear1d::dim |
( |
| ) |
const |
|
inlinevirtual |
◆ getOutputDimension()
Returns the default output dimension, when we consider plotting a real-valued operator on this space.
Definition at line 50 of file space.hh.
◆ info()
virtual std::ostream & linearFEM::Linear1d::info |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
◆ nelm()
virtual uint linearFEM::Linear1d::nelm |
( |
| ) |
const |
|
inlinevirtual |
◆ scan()
virtual Scan * linearFEM::Linear1d::scan |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: