FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
m_fstr_solve_nlgeom Module Reference

This module provides main suboruitne for nonliear calculation. More...

Functions/Subroutines

subroutine fstr_solve_nlgeom (hecmesh, hecmat, fstrsolid, fstrmat, fstrparam, conmat)
 This module provides main suborutine for nonlinear calculation.
 
subroutine table_nlsta (hecmesh, fstrsolid, cstep, time, f_t)
 This subroutine decide the loading increment considering the amplitude definition.
 

Detailed Description

This module provides main suboruitne for nonliear calculation.

Function/Subroutine Documentation

◆ fstr_solve_nlgeom()

subroutine m_fstr_solve_nlgeom::fstr_solve_nlgeom ( type (hecmwst_local_mesh hecmesh,
type (hecmwst_matrix hecmat,
type (fstr_solid fstrsolid,
type (fstrst_matrix_contact_lagrange fstrmat,
type (fstr_param fstrparam,
type (hecmwst_matrix ), optional  conmat 
)

This module provides main suborutine for nonlinear calculation.

Author
K. Sato(Advancesoft), X. YUAN(AdavanceSoft) Z. Sun(ASTOM)/2010/11
Date
2009/08/31
Version
0.00
Parameters
hecmeshmesh information
hecmatlinear equation, its right side modified here
fstrparamanalysis control parameters
fstrsolidwe need boundary conditions of curr step
fstrmattype fstrST_matrix_contact_lagrange

Definition at line 28 of file fstr_solve_NLGEOM.f90.

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

◆ table_nlsta()

subroutine m_fstr_solve_nlgeom::table_nlsta ( type ( hecmwst_local_mesh ), intent(in)  hecmesh,
type ( fstr_solid ), intent(in)  fstrsolid,
integer(kind=kint), intent(in)  cstep,
real(kind=kreal), intent(in)  time,
real(kind=kreal), intent(out)  f_t 
)

This subroutine decide the loading increment considering the amplitude definition.

Parameters
[in]hecmeshhecmw mesh
[in]fstrsolidfstr_solid
[in]cstepcurr loading step
[in]timeloading time(total time)
[out]f_tloading factor

Definition at line 280 of file fstr_solve_NLGEOM.f90.

Here is the caller graph for this function: