v0.14.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 modifed indices by field. More... | |
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] More... | |
[Storage and set boundary conditions]
Definition at line 14 of file FormsIntegrators.hpp.
using MoFEM::EssentialBcStorage::HashVectorStorage = map<std::string, std::vector<boost::shared_ptr<EssentialBcStorage> >> |
Store modifed indices by field.
Hash map, key is field name, value is storage.
Definition at line 24 of file FormsIntegrators.hpp.
|
inline |
Definition at line 15 of file FormsIntegrators.hpp.
VectorInt MoFEM::EssentialBcStorage::entityIndices |
Definition at line 16 of file FormsIntegrators.hpp.
|
static |
[Storage and set boundary conditions]
Definition at line 25 of file FormsIntegrators.hpp.