SFEMaNS  version 4.1 (work in progress)
Reference documentation for SFEMaNS
 All Classes Files Functions Variables Groups Pages
prep_maill Module Reference

Public Member Functions

subroutine, public load_dg_mesh_free_format (dir, fil, list_dom, list_inter, type_fe, mesh, mesh_formatted)
 
subroutine, public load_mesh_free_format_ordered (dir, fil, list_dom, type_fe, mesh, mesh_formatted, edge_stab)
 
subroutine, public load_mesh_free_format (dir, fil, list_dom, type_fe, mesh, mesh_formatted, edge_stab)
 
subroutine, public load_mesh_formatted (dir, fil, list_dom, type_fe, mesh)
 
subroutine, public load_mesh (dir, fil, list_dom, type_fe, mesh)
 
subroutine surf_nodes_i (jjs, j_s, iis)
 
subroutine, public prep_interfaces (mesh)
 

Detailed Description

Definition at line 5 of file prep_mesh.f90.

Member Function/Subroutine Documentation

subroutine, public prep_maill::load_dg_mesh_free_format ( character(len=200), intent(in)  dir,
character(len=200), intent(in)  fil,
integer, dimension(:), intent(in)  list_dom,
integer, dimension(:), intent(in)  list_inter,
integer, intent(in)  type_fe,
type(mesh_type)  mesh,
logical, intent(in)  mesh_formatted 
)

Definition at line 16 of file prep_mesh.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public prep_maill::load_mesh ( character(len=200), intent(in)  dir,
character(len=200), intent(in)  fil,
integer, dimension(:), intent(in)  list_dom,
integer, intent(in)  type_fe,
type(mesh_type)  mesh 
)

Definition at line 1164 of file prep_mesh.f90.

Here is the call graph for this function:

subroutine, public prep_maill::load_mesh_formatted ( character(len=200), intent(in)  dir,
character(len=200), intent(in)  fil,
integer, dimension(:), intent(in)  list_dom,
integer, intent(in)  type_fe,
type(mesh_type)  mesh 
)

Definition at line 965 of file prep_mesh.f90.

Here is the call graph for this function:

subroutine, public prep_maill::load_mesh_free_format ( character(len=200), intent(in)  dir,
character(len=200), intent(in)  fil,
integer, dimension(:), intent(in)  list_dom,
integer, intent(in)  type_fe,
type(mesh_type)  mesh,
logical, intent(in)  mesh_formatted,
logical, intent(in), optional  edge_stab 
)

Definition at line 710 of file prep_mesh.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public prep_maill::load_mesh_free_format_ordered ( character(len=200), intent(in)  dir,
character(len=200), intent(in)  fil,
integer, dimension(:), intent(in)  list_dom,
integer, intent(in)  type_fe,
type(mesh_type)  mesh,
logical, intent(in)  mesh_formatted,
logical, intent(in), optional  edge_stab 
)

Definition at line 450 of file prep_mesh.f90.

Here is the call graph for this function:

subroutine, public prep_maill::prep_interfaces ( type(mesh_type)  mesh)

Definition at line 1421 of file prep_mesh.f90.

Here is the caller graph for this function:

subroutine prep_maill::surf_nodes_i ( integer, dimension(:,:), intent(in)  jjs,
integer, dimension(:), intent(in)  j_s,
integer, dimension(:,:), intent(out)  iis 
)

Definition at line 1394 of file prep_mesh.f90.

Here is the caller graph for this function:


The documentation for this module was generated from the following file: