FE-Project
Loading...
Searching...
No Matches
scale_localmesh_base.F90 File Reference
#include "scaleFElib.h"

Go to the source code of this file.

Data Types

type  scale_localmesh_base::localmeshbase
 Derived type to manage a local computational domain (base type) More...

Modules

module  scale_localmesh_base
 module FElib / Mesh / Local, Base

Functions/Subroutines

subroutine, public scale_localmesh_base::localmeshbase_init (this, lcdomid, refelem, ndim, myrank)
 Setup an object to manage a local computational mesh.
subroutine, public scale_localmesh_base::localmeshbase_final (this, is_generated)
 Finalize an object to manage a local computational mesh.

Variables

integer, parameter, public scale_localmesh_base::bctype_interior = 0
integer, parameter, public scale_localmesh_base::bctype_undefbc = 1
integer, parameter, public scale_localmesh_base::bctype_periodic = 2
integer, parameter, public scale_localmesh_base::bctype_dirchlet = 3
integer, parameter, public scale_localmesh_base::bctype_neuman = 4
integer, parameter, public scale_localmesh_base::bctype_shoreline = 5