FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
mmechgauss Module Reference

This modules defines a structure to record history dependent parameter in static analysis. More...

Data Types

type  telement
 All data should be recorded in every elements. More...
 
type  tgaussstatus
 All data should be recorded in every quadrature points. More...
 

Functions/Subroutines

subroutine fstr_init_gauss (gauss)
 Initializer. More...
 
subroutine fstr_finalize_gauss (gauss)
 Finializer. More...
 
subroutine fstr_copy_gauss (gauss1, gauss2)
 Copy. More...
 

Detailed Description

This modules defines a structure to record history dependent parameter in static analysis.

Function/Subroutine Documentation

◆ fstr_copy_gauss()

subroutine mmechgauss::fstr_copy_gauss ( type( tgaussstatus ), intent(in)  gauss1,
type( tgaussstatus ), intent(inout)  gauss2 
)

Copy.

Definition at line 95 of file mechgauss.f90.

Here is the caller graph for this function:

◆ fstr_finalize_gauss()

subroutine mmechgauss::fstr_finalize_gauss ( type( tgaussstatus ), intent(inout)  gauss)

Finializer.

Definition at line 88 of file mechgauss.f90.

Here is the caller graph for this function:

◆ fstr_init_gauss()

subroutine mmechgauss::fstr_init_gauss ( type( tgaussstatus ), intent(inout)  gauss)

Initializer.

Definition at line 44 of file mechgauss.f90.

Here is the call graph for this function:
Here is the caller graph for this function: