Hermes2D  3.0
Hermes::Hermes2D::Mixins::SettableSpaces< Scalar > Class Template Referenceabstract

#include <space.h>

+ Inheritance diagram for Hermes::Hermes2D::Mixins::SettableSpaces< Scalar >:

Public Member Functions

virtual void set_spaces (std::vector< SpaceSharedPtr< Scalar > > spaces)=0
 Sets new_ spaces for the instance.
 
virtual void set_space (SpaceSharedPtr< Scalar > space)
 
virtual std::vector
< SpaceSharedPtr< Scalar > > 
get_spaces ()
 Get all spaces as a std::vector.
 
virtual SpaceSharedPtr< Scalar > get_space (int n)
 

Detailed Description

template<typename Scalar>
class Hermes::Hermes2D::Mixins::SettableSpaces< Scalar >

Mixin for classes where Spaces can be (re-)set during their existence.

Definition at line 49 of file space.h.


The documentation for this class was generated from the following files: