Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92347505
GooseFEM.h
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
Tue, Nov 19, 14:21
Size
754 B
Mime Type
text/x-c
Expires
Thu, Nov 21, 14:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22426319
Attached To
rGOOSEFEM GooseFEM
GooseFEM.h
View Options
/*
(c - GPLv3) T.W.J. de Geus (Tom) | tom@geus.me | www.geus.me | github.com/tdegeus/GooseFEM
*/
#ifndef GOOSEFEM_H
#define GOOSEFEM_H
#ifdef EIGEN_WORLD_VERSION
#define GOOSEFEM_EIGEN
#endif
#include "Element.h"
#include "ElementHex8.h"
#include "ElementQuad4.h"
#include "ElementQuad4Axisymmetric.h"
#include "ElementQuad4Planar.h"
#include "Iterate.h"
#include "MatrixDiagonal.h"
#include "MatrixDiagonalPartitioned.h"
#include "Mesh.h"
#include "MeshHex8.h"
#include "MeshQuad4.h"
#include "MeshTri3.h"
#include "Vector.h"
#include "VectorPartitioned.h"
#ifdef GOOSEFEM_EIGEN
#include "Matrix.h"
#include "MatrixPartitioned.h"
#include "MatrixPartitionedTyings.h"
#include "TyingsPeriodic.h"
#include "VectorPartitionedTyings.h"
#endif
#endif
Event Timeline
Log In to Comment