#include <petsc/finclude/petsc.h>
Go to the source code of this file.
|
| type(familyexchange), dimension(:, :), allocatable, target | surfacefamilies::bcfamexchange |
| |
| type(bcgrouptype), dimension(nfamexchange) | surfacefamilies::bcfamgroups |
| |
| character(len=maxcgnsnamelen), dimension(:), allocatable | surfacefamilies::famnames |
| |
| integer(kind=inttype), dimension(:), allocatable | surfacefamilies::fullfamlist |
| |
| real(kind=realtype), dimension(:, :), allocatable, target | surfacefamilies::zerocellval |
| |
| real(kind=realtype), dimension(:, :), allocatable, target | surfacefamilies::onecellval |
| |
| real(kind=realtype), dimension(:, :), allocatable, target | surfacefamilies::zeronodeval |
| |