FE-Project
Loading...
Searching...
No Matches
scale_localmeshfield_base Module Reference

module FElib / Data / base More...

Data Types

type  localmeshfield1d
 Derived type representing a field with 1D local mesh. More...
type  localmeshfield2d
 Derived type representing a field with 2D local mesh. More...
type  localmeshfield3d
 Derived type representing a field with 3D local mesh. More...
type  localmeshfieldbase
 Derived type representing a field with local mesh (base type) More...
type  localmeshfieldbaselist

Variables

integer, parameter, public local_meshfield_type_nodes_val = 1
 ID of data type with a field on all nodes in local mesh.
integer, parameter, public local_meshfield_type_nodes_faceval = 2
 ID of data type with a field on face nodes in local mesh.

Detailed Description

module FElib / Data / base

Description
A module for managing field data with subdomains included in each MPI process
Author
Yuta Kawai, Team SCALE

Variable Documentation

◆ local_meshfield_type_nodes_val

integer, parameter, public scale_localmeshfield_base::local_meshfield_type_nodes_val = 1

ID of data type with a field on all nodes in local mesh.

Definition at line 80 of file scale_localmeshfield_base.F90.

80 integer, public, parameter :: LOCAL_MESHFIELD_TYPE_NODES_VAL = 1 !< ID of data type with a field on all nodes in local mesh

◆ local_meshfield_type_nodes_faceval

integer, parameter, public scale_localmeshfield_base::local_meshfield_type_nodes_faceval = 2

ID of data type with a field on face nodes in local mesh.

Definition at line 81 of file scale_localmeshfield_base.F90.

81 integer, public, parameter :: LOCAL_MESHFIELD_TYPE_NODES_FACEVAL = 2 !< ID of data type with a field on face nodes in local mesh