FE-Project
Loading...
Searching...
No Matches
Data Types | Variables
scale_localmeshfield_base Module Reference

module FElib / Data / base More...

Data Types

type  localmeshfield1d
 
type  localmeshfield2d
 
type  localmeshfield3d
 
type  localmeshfieldbase
 
type  localmeshfieldbaselist
 

Variables

integer, parameter, public local_meshfield_type_nodes_val = 1
 
integer, parameter, public local_meshfield_type_nodes_faceval = 2
 

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

Definition at line 76 of file scale_localmeshfield_base.F90.

76 integer, public, parameter :: LOCAL_MESHFIELD_TYPE_NODES_VAL = 1

◆ local_meshfield_type_nodes_faceval

integer, parameter, public scale_localmeshfield_base::local_meshfield_type_nodes_faceval = 2

Definition at line 77 of file scale_localmeshfield_base.F90.

77 integer, public, parameter :: LOCAL_MESHFIELD_TYPE_NODES_FACEVAL = 2