MPI_Face_Class Module



Derived Types

type, public ::  MPI_FacesSet_t

Components

Type Visibility Attributes Name Initial
logical, public :: constructed = .false.
type(MPI_Face_t), public, allocatable :: faces(:)

Subroutines

public subroutine ConstructMPIFaces(facesSet)

Arguments

Type IntentOptional Attributes Name
type(MPI_FacesSet_t) :: facesSet

public subroutine ConstructMPIFacesStorage(facesSet, NCONS, NGRAD, NDOFS)

Arguments

Type IntentOptional Attributes Name
type(MPI_FacesSet_t) :: facesSet
integer, intent(in) :: NCONS
integer, intent(in) :: NGRAD
integer, intent(in) :: NDOFS(MPI_Process%nProcs)

public subroutine DestructMPIFaces(facesSet)

Arguments

Type IntentOptional Attributes Name
type(MPI_FacesSet_t) :: facesSet