mod_fem_viewer/include/interface.inl File Reference

This graph shows which files directly or indirectly include this file:

Functions

int init_mesh (int Control, char *FileName)
int free_mesh (int Mesh_id)
int get_nmno (int Mesh_id)
int get_nmed (int Mesh_id)
int get_nmfa (int Mesh_id)
int get_nmel (int Mesh_id)
int get_next_act_elem (int Mesh_id, int El)
int get_next_elem (int Mesh_id, int El)
int get_next_face (int Mesh_id, int Fa)
int get_next_edge (int Mesh_id, int Ed)
int get_next_node (int Mesh_id, int Node)
int get_el_status (int Mesh_id, int El)
int get_el_type (int Mesh_id, int El)
int get_el_mate (int Mesh_id, int El)
int get_el_faces (int Mesh_id, int El, int *Faces, int *Orient)
int get_el_fam (int Mesh_id, int El, int *Elsons, int *Type)
int get_el_struct (int Mesh_id, int El, int *El_struct)
int get_el_node_coor (int Mesh_id, int El, int *Nodes, double *Xcoor)
int get_fa_status (int Mesh_id, int Fa)
int get_fa_type (int Mesh_id, int Fa)
int get_fa_sub_bnd (int Mesh_id, int Fa)
int get_fa_node_coor (int Mesh_id, int Fa, int *Nodes, double *Coords)
void get_fa_neig (int Mesh_id, int Fa, int *Fa_neig, int *Neig_sides, int *Node_shift, int *Diff_gen, double *Acceff, double *Bcceff)
int get_face_edges (int Mesh_id, int Fa, int *Edges, int *Orient)
int get_face_struct (int Mesh_id, int Fa, int *Fa_struct)
int get_edge_status (int Mesh_id, int Ed)
int get_edge_struct (int Mesh_id, int Ed, int *Ed_struct)
int get_edge_nodes (int Mesh_id, int Ed, int *Ed_nodes)
int get_node_status (int Mesh_id, int Node)
int get_node_coor (int Mesh_id, int Node, double *Coor)
int init_field (char Field_type, int Mesh_id, const char *Filename)
int free_field (int Field_id)
int get_nreq (int Field_id)
int get_nr_sol (int Field_id)
int get_base_type (int Field_id)
int get_el_pdeg (int Field_id, int El, int *Pdeg_vec)
int get_element_dofs (int Field_id, int El_id, int Vec_id, double *Dofs)

Function Documentation

int free_field ( int  Field_id  ) 

Here is the call graph for this function:

int free_mesh ( int  Mesh_id  ) 

Here is the call graph for this function:

int get_base_type ( int  Field_id  ) 

Here is the call graph for this function:

int get_edge_nodes ( int  Mesh_id,
int  Ed,
int *  Ed_nodes 
)

Here is the call graph for this function:

int get_edge_status ( int  Mesh_id,
int  Ed 
)

Here is the call graph for this function:

int get_edge_struct ( int  Mesh_id,
int  Ed,
int *  Ed_struct 
)

Here is the call graph for this function:

int get_el_faces ( int  Mesh_id,
int  El,
int *  Faces,
int *  Orient 
)

Here is the call graph for this function:

int get_el_fam ( int  Mesh_id,
int  El,
int *  Elsons,
int *  Type 
)

Here is the call graph for this function:

int get_el_mate ( int  Mesh_id,
int  El 
)

Here is the call graph for this function:

int get_el_node_coor ( int  Mesh_id,
int  El,
int *  Nodes,
double *  Xcoor 
)

Here is the call graph for this function:

int get_el_pdeg ( int  Field_id,
int  El,
int *  Pdeg_vec 
)

Here is the call graph for this function:

int get_el_status ( int  Mesh_id,
int  El 
)

Here is the call graph for this function:

int get_el_struct ( int  Mesh_id,
int  El,
int *  El_struct 
)

Here is the call graph for this function:

int get_el_type ( int  Mesh_id,
int  El 
)

Here is the call graph for this function:

int get_element_dofs ( int  Field_id,
int  El_id,
int  Vec_id,
double *  Dofs 
)

Here is the call graph for this function:

void get_fa_neig ( int  Mesh_id,
int  Fa,
int *  Fa_neig,
int *  Neig_sides,
int *  Node_shift,
int *  Diff_gen,
double *  Acceff,
double *  Bcceff 
)

Here is the call graph for this function:

int get_fa_node_coor ( int  Mesh_id,
int  Fa,
int *  Nodes,
double *  Coords 
)

Here is the call graph for this function:

int get_fa_status ( int  Mesh_id,
int  Fa 
)

Here is the call graph for this function:

int get_fa_sub_bnd ( int  Mesh_id,
int  Fa 
)

Here is the call graph for this function:

int get_fa_type ( int  Mesh_id,
int  Fa 
)

Here is the call graph for this function:

int get_face_edges ( int  Mesh_id,
int  Fa,
int *  Edges,
int *  Orient 
)

Here is the call graph for this function:

int get_face_struct ( int  Mesh_id,
int  Fa,
int *  Fa_struct 
)

Here is the call graph for this function:

int get_next_act_elem ( int  Mesh_id,
int  El 
)

Here is the call graph for this function:

int get_next_edge ( int  Mesh_id,
int  Ed 
)

Here is the call graph for this function:

int get_next_elem ( int  Mesh_id,
int  El 
)

Here is the call graph for this function:

int get_next_face ( int  Mesh_id,
int  Fa 
)

Here is the call graph for this function:

int get_next_node ( int  Mesh_id,
int  Node 
)

Here is the call graph for this function:

int get_nmed ( int  Mesh_id  ) 

Here is the call graph for this function:

int get_nmel ( int  Mesh_id  ) 

Here is the call graph for this function:

int get_nmfa ( int  Mesh_id  ) 

Here is the call graph for this function:

int get_nmno ( int  Mesh_id  ) 

Here is the call graph for this function:

int get_node_coor ( int  Mesh_id,
int  Node,
double *  Coor 
)

Here is the call graph for this function:

int get_node_status ( int  Mesh_id,
int  Node 
)

Here is the call graph for this function:

int get_nr_sol ( int  Field_id  ) 

Here is the call graph for this function:

int get_nreq ( int  Field_id  ) 

Here is the call graph for this function:

int init_field ( char  Field_type,
int  Mesh_id,
const char *  Filename 
)

Here is the call graph for this function:

int init_mesh ( int  Control,
char *  FileName 
)

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1