![]() |
v0.15.0 |
[Storage and set boundary conditions] More...
#include "src/finite_elements/FormsIntegrators.hpp"
Public Types | |
| using | HashVectorStorage = map< std::string, std::vector< boost::shared_ptr< EssentialBcStorage > > > |
| Store modified indices by field. | |
Public Member Functions | |
| EssentialBcStorage (VectorInt &indices) | |
Public Member Functions inherited from MoFEM::EntityStorage | |
| virtual | ~EntityStorage ()=default |
Public Attributes | |
| VectorInt | entityIndices |
Static Public Attributes | |
| static HashVectorStorage | feStorage |
| [Storage and set boundary conditions] | |
[Storage and set boundary conditions]
Definition at line 90 of file FormsIntegrators.hpp.
| using MoFEM::EssentialBcStorage::HashVectorStorage = map<std::string, std::vector<boost::shared_ptr<EssentialBcStorage> >> |
Store modified indices by field.
Hash map, key is field name, value is storage.
Definition at line 99 of file FormsIntegrators.hpp.
|
inline |
Definition at line 91 of file FormsIntegrators.hpp.
| VectorInt MoFEM::EssentialBcStorage::entityIndices |
Definition at line 92 of file FormsIntegrators.hpp.
|
static |
[Storage and set boundary conditions]
Definition at line 101 of file FormsIntegrators.hpp.