![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides functions to modify MPC conditions. More...
Functions/Subroutines | |
subroutine | fstr_append_mpc (np, nodes, dofs, values, mpcs) |
Append new equation condition at end of existing mpc conditions. More... | |
subroutine | fstr_delete_mpc (np, mpcs) |
Delete last n equation conditions from current mpc condition. More... | |
This module provides functions to modify MPC conditions.
subroutine fstr_ctrl_modifier::fstr_append_mpc | ( | integer, intent(in) | np, |
integer, dimension(np), intent(in) | nodes, | ||
integer, dimension(np), intent(in) | dofs, | ||
real(kind=kreal), dimension(np+1), intent(in) | values, | ||
type( hecmwst_mpc ), intent(inout) | mpcs | ||
) |
Append new equation condition at end of existing mpc conditions.
[in] | np | number of equation items |
[in] | nodes | number of nodes mpc related |
[in] | dofs | dofs of mpc related |
[in] | values | coefficient of the equation |
[in,out] | mpcs | to who mpc be appended |
Definition at line 16 of file fstr_ctrl_modifier.f90.
subroutine fstr_ctrl_modifier::fstr_delete_mpc | ( | integer, intent(in) | np, |
type( hecmwst_mpc ), intent(inout) | mpcs | ||
) |
Delete last n equation conditions from current mpc condition.
[in] | np | number of equations to be deleted |
[in,out] | mpcs | from who mpcs to be deleted |
Definition at line 45 of file fstr_ctrl_modifier.f90.