Finite Element Domain Decomposition Library
FEDDLib
Toggle main menu visibility
Loading...
Searching...
No Matches
gmsh_io.hpp
1
namespace
FEDD
{
2
3
char
ch_cap (
char
ch );
4
bool
ch_eqi (
char
ch1,
char
ch2 );
5
int
ch_to_digit (
char
ch );
6
void
gmsh_data_read ( std::string gmsh_filename,
int
node_dim,
int
node_num,
7
double
node_x[],
int
element_order,
int
element_num,
int
element_node[] );
8
void
gmsh_size_read ( std::string gmsh_filename,
int
&node_num,
int
&node_dim,
9
int
&element_num,
int
&element_order );
10
int
*gmsh_mesh2d_element_data_example (
int
element_num,
int
element_order );
11
void
gmsh_mesh2d_element_size_example (
int
&element_num,
int
&element_order );
12
double
*gmsh_mesh2d_node_data_example (
int
node_num,
int
node_dim );
13
void
gmsh_mesh2d_node_size_example (
int
&node_num,
int
&node_dim );
14
void
gmsh_mesh1d_write ( std::string gmsh_filename,
int
m,
int
node_num,
double
node_x[],
15
int
element_order,
int
element_num,
int
element_node[] );
16
void
gmsh_mesh2d_write ( std::string gmsh_filename,
int
m,
int
node_num,
double
node_x[],
17
int
element_order,
int
element_num,
int
element_node[] );
18
void
gmsh_mesh3d_write ( std::string gmsh_filename,
int
m,
int
node_num,
double
node_x[],
19
int
element_order,
int
element_num,
int
element_node[] );
20
int
*i4mat_copy_new (
int
m,
int
n,
int
a1[] );
21
void
i4mat_transpose_print (
int
m,
int
n,
int
a[], std::string title );
22
void
i4mat_transpose_print_some (
int
m,
int
n,
int
a[],
int
ilo,
int
jlo,
23
int
ihi,
int
jhi, std::string title );
24
void
mesh_base_one (
int
node_num,
int
element_order,
int
element_num,
25
int
element_node[] );
26
double
r8_max (
double
x,
double
y );
27
double
r8_min (
double
x,
double
y );
28
double
*r8mat_copy_new (
int
m,
int
n,
double
a1[] );
29
void
r8mat_transpose_print (
int
m,
int
n,
double
a[], std::string title );
30
void
r8mat_transpose_print_some (
int
m,
int
n,
double
a[],
int
ilo,
int
jlo,
31
int
ihi,
int
jhi, std::string title );
32
bool
s_begin ( std::string s1, std::string s2 );
33
int
s_len_trim ( std::string s );
34
int
s_to_i4 ( std::string s,
int
&last,
bool
&error );
35
double
s_to_r8 ( std::string s,
int
&lchar,
bool
&error );
36
void
timestamp ( );
37
}
FEDD
Adaptive Mesh Refinement.
Definition
AdaptiveMeshRefinement_decl.hpp:36
feddlib
core
Mesh
gmsh_io.hpp
Generated by
1.17.0