AMPI: eliminate sources of potential deadlock on blocking sends inside AMPI
[charm.git] / src / libs / ck-libs / TMRC2D / femrefinef.h
blobd744a7f19f867ee1fc8f60bb76cd8881da874181
1 interface
2 subroutine FEM_REFINE2D_Init()
3 end subroutine FEM_REFINE2D_Init
4 subroutine FEM_REFINE2D_NewMesh(meshID,nodeID,elemID,nodeBoundary)
5 integer, intent(in) :: meshID,nodeID,elemID,nodeBoundary
6 end subroutine FEM_REFINE2D_NewMesh
7 subroutine FEM_REFINE2D_Split(mID,nID,coord,eID,areas)
8 integer, intent(in) :: mID,nID,eID
9 double precision, intent(in) :: coord(:)
10 double precision, intent(in) :: areas(:)
11 end subroutine FEM_REFINE2D_Split
12 end interface
13 integer,parameter :: FEM_VALID=(FEM_ATTRIB_TAG_MAX-1)