marray_cellvector_mod::marray_cellvector Interface Reference

data types and methods More...

Inheritance diagram for marray_cellvector_mod::marray_cellvector:
marray_base_mod::marray_base

Private Member Functions

PROCEDURE assignpointers
 
type(marray_cellvector) function createmarray_cellvector ()
 

Private Attributes

real, dimension(:,:,:,:), pointer center
 geometric center More...
 
real, dimension(:,:,:,:), pointer bcenter
 bary center More...
 
real, dimension(:,:,:,:,:), pointer faces
 cell face centers More...
 
real, dimension(:,:,:,:,:), pointer corners
 cell corners More...
 

Detailed Description

data types and methods

Definition at line 39 of file marray_cellvector.f90.

Member Function/Subroutine Documentation

◆ assignpointers()

PROCEDURE marray_cellvector_mod::marray_cellvector::assignpointers ( )
private

Implements marray_base_mod::marray_base.

Definition at line 46 of file marray_cellvector.f90.

◆ createmarray_cellvector()

type(marray_cellvector) function marray_cellvector_mod::marray_cellvector::createmarray_cellvector ( )
private

Definition at line 57 of file marray_cellvector.f90.

Member Data Documentation

◆ bcenter

real, dimension(:,:,:,:), pointer marray_cellvector_mod::marray_cellvector::bcenter
private

bary center

Definition at line 40 of file marray_cellvector.f90.

◆ center

real, dimension(:,:,:,:), pointer marray_cellvector_mod::marray_cellvector::center
private

geometric center

Definition at line 40 of file marray_cellvector.f90.

◆ corners

real, dimension(:,:,:,:,:), pointer marray_cellvector_mod::marray_cellvector::corners
private

cell corners

Definition at line 43 of file marray_cellvector.f90.

◆ faces

real, dimension(:,:,:,:,:), pointer marray_cellvector_mod::marray_cellvector::faces
private

cell face centers

Definition at line 43 of file marray_cellvector.f90.


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