FrontISTR  5.9.0
Large-scale structural analysis program with finit element method
hecmw_ebc_defer Module Reference

Essential boundary conditions kept as per-DOF marks and values so that they can be imposed on the matrix after the MPC processing. More...

Functions/Subroutines

subroutine, public hecmw_ebc_init (hecMAT, hecEBC)
 
subroutine, public hecmw_ebc_set (hecEBC, inode, idof, val)
 
subroutine, public hecmw_ebc_apply (hecMESH, hecMAT, hecEBC, conMAT)
 
subroutine, public hecmw_ebc_finalize (hecEBC)
 

Detailed Description

Essential boundary conditions kept as per-DOF marks and values so that they can be imposed on the matrix after the MPC processing.

Function/Subroutine Documentation

◆ hecmw_ebc_apply()

subroutine, public hecmw_ebc_defer::hecmw_ebc_apply ( type (hecmwst_local_mesh), intent(in)  hecMESH,
type (hecmwst_matrix), intent(inout)  hecMAT,
type (hecmwst_ebc), intent(inout)  hecEBC,
type (hecmwst_matrix), intent(inout), optional  conMAT 
)

Definition at line 75 of file hecmw_ebc_defer.f90.

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

◆ hecmw_ebc_finalize()

subroutine, public hecmw_ebc_defer::hecmw_ebc_finalize ( type (hecmwst_ebc), intent(inout)  hecEBC)

Definition at line 301 of file hecmw_ebc_defer.f90.

Here is the caller graph for this function:

◆ hecmw_ebc_init()

subroutine, public hecmw_ebc_defer::hecmw_ebc_init ( type (hecmwst_matrix), intent(in)  hecMAT,
type (hecmwst_ebc), intent(inout)  hecEBC 
)

Definition at line 33 of file hecmw_ebc_defer.f90.

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

◆ hecmw_ebc_set()

subroutine, public hecmw_ebc_defer::hecmw_ebc_set ( type (hecmwst_ebc), intent(inout)  hecEBC,
integer(kind=kint), intent(in)  inode,
integer(kind=kint), intent(in)  idof,
real(kind=kreal), intent(in)  val 
)

Definition at line 53 of file hecmw_ebc_defer.f90.

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