EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
egconvert.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file egconvert.h
1
/* femfilein.h */
2
/* Routines for importing existing FEM meshes */
3
4
5
/* These have been removed from the ElmerGUI version
6
int LoadElmerInput(struct FemType *data,struct BoundaryType *bound,char *prefix,int info);
7
int LoadSolutionElmer(struct FemType *data,int results,char *prefix,int info); */
8
9
int
LoadAbaqusInput
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
10
int
LoadFidapInput
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
11
int
LoadAnsysInput
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
12
int
LoadNastranInput
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
13
int
LoadFieldviewInput
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
14
int
LoadTriangleInput
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
15
int
LoadMeditInput
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
16
int
LoadComsolMesh
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
17
int
LoadGidInput
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
18
int
LoadGmshInput
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
19
int
LoadUniversalMesh
(
struct
FemType
*
data
,
struct
BoundaryType
*bound,
char
*prefix,
int
info
);
20
int
LoadCGsimMesh
(
struct
FemType
*
data
,
char
*prefix,
int
info
);
EicRoot
blob
master
eic
cad
elmer
plugins
egconvert.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:34
using
1.8.2 with
EIC GitHub integration