Search Results

derived mesh array class for scalar cell data More...

Data Types

interface  marray_cellscalar
 data types and methods More...
 

Functions/Subroutines

type(marray_cellscalar) function createmarray_cellscalar ()
 
logical function assignpointers (this)
 
subroutine destroy (this, called_from_finalize)
 destructor of cellscalar - manual deallocation / reset of pointers More...
 
subroutine finalize (this)
 destructor of cellscalar - this is called automatically on deallocation More...
 

Detailed Description

derived mesh array class for scalar cell data

Author
Tobias Illenseer

Function/Subroutine Documentation

◆ assignpointers()

logical function marray_cellscalar_mod::assignpointers ( class(marray_cellscalar), intent(inout)  this)
private

Definition at line 76 of file marray_cellscalar.f90.

◆ createmarray_cellscalar()

type(marray_cellscalar) function marray_cellscalar_mod::createmarray_cellscalar
private

Definition at line 60 of file marray_cellscalar.f90.

Here is the caller graph for this function:

◆ destroy()

subroutine marray_cellscalar_mod::destroy ( class(marray_cellscalar this,
logical, optional  called_from_finalize 
)
private

destructor of cellscalar - manual deallocation / reset of pointers

Definition at line 100 of file marray_cellscalar.f90.

◆ finalize()

subroutine marray_cellscalar_mod::finalize ( type(marray_cellscalar this)
private

destructor of cellscalar - this is called automatically on deallocation

Definition at line 118 of file marray_cellscalar.f90.