Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121626602
mesh.i
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jul 12, 14:43
Size
947 B
Mime Type
text/x-c
Expires
Mon, Jul 14, 14:43 (2 d)
Engine
blob
Format
Raw Data
Handle
27345091
Attached To
rAKA akantu
mesh.i
View Options
%{
#include "mesh.hh"
using akantu::Vector;
using akantu::ElementTypeMapArray;
using akantu::MatrixProxy;
using akantu::Matrix;
%}
namespace akantu {
%ignore NewNodesEvent;
%ignore RemovedNodesEvent;
%ignore NewElementsEvent;
%ignore RemovedElementsEvent;
%ignore MeshEventHandler;
%ignore MeshEvent< UInt >;
%ignore MeshEvent< Element >;
%ignore Mesh::extractNodalCoordinatesFromPBCElement;
%ignore Mesh::getGroupDumer;
}
print_self(Mesh)
%extend akantu::GroupManager {
void createGroupsFromStringMeshData(const std::string & dataset_name) {
$self->createGroupsFromMeshData<std::string>(dataset_name);
}
void createGroupsFromUIntMeshData(const std::string & dataset_name) {
$self->createGroupsFromMeshData<akantu::UInt>(dataset_name);
}
}
%include "group_manager.hh"
%include "mesh.hh"
namespace akantu {
%template(MeshEventUInt) MeshEvent<UInt>;
%template(MeshEventElement) MeshEvent<Element>;
}
Event Timeline
Log In to Comment