Searched defs:svLS_BC_CREATE (Results 1 – 2 of 2) sorted by relevance
| /phasta/svLS/ |
| H A D | BC.f | 41 SUBROUTINE svLS_BC_CREATE (lhs, faIn, nNo, dof, BC_type, gNodes, subroutine 46 TYPE(svLS_lhsType), INTENT(INOUT) :: lhs 47 INTEGER, INTENT(IN) :: faIn, nNo, dof 48 INTEGER, INTENT(IN) :: BC_type 49 INTEGER, INTENT(IN) :: gNodes(nNo) 50 REAL*8, INTENT(IN), OPTIONAL :: Val(dof,nNo) 52 INTEGER a, Ac, i local 53 REAL*8, ALLOCATABLE :: v(:,:)
|
| H A D | dummy_prototypes.f | 83 SUBROUTINE svLS_BC_CREATE(lhs, faIn, nNo, dof, BC_type, subroutine 91 END SUBROUTINE svLS_BC_CREATE argument
|