FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
functiontypemodule::functiontype Type Reference

Data type representing a function shape object. More...

Collaboration diagram for functiontypemodule::functiontype:
Collaboration graph
[legend]

Public Attributes

type(idtypeid
 General identification data. More...
 
integer type
 Function type identifier. More...
 
integer narg
 Number of function arguments. More...
 
integer, dimension(:), pointer intparameters
 Type-dependent integer params. More...
 
real(dp), dimension(:), pointer realparameters
 Type-dependent real parameters. More...
 

Detailed Description

Data type representing a function shape object.

Member Data Documentation

◆ id

type(idtype) functiontypemodule::functiontype::id

General identification data.

◆ intparameters

integer, dimension(:), pointer functiontypemodule::functiontype::intparameters

Type-dependent integer params.

◆ narg

integer functiontypemodule::functiontype::narg

Number of function arguments.

◆ realparameters

real(dp), dimension(:), pointer functiontypemodule::functiontype::realparameters

Type-dependent real parameters.

◆ type

integer functiontypemodule::functiontype::type

Function type identifier.


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