Home
last modified time | relevance | path

Searched defs:DefaultDirichletBCs (Results 1 – 1 of 1) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DDefUtils.F904718 TYPE(ValueList_t), POINTER :: BC, Params
4719 TYPE(Element_t), POINTER :: Element, Parent, Edge, Face, SaveElement
4721 REAL(KIND=dp), ALLOCATABLE :: Work(:), STIFF(:,:)
4724 REAL(KIND=dp) :: xx, s, dval
4727 INTEGER, ALLOCATABLE :: lInd(:), gInd(:)
4728 INTEGER :: FDofMap(4,3)
4729 INTEGER :: i, j, k, kk, l, m, n, nd, nb, np, mb, nn, ni, nj, i0
4730 INTEGER :: EDOFs, FDOFs, DOF, local, numEdgeDofs, istat, n_start, Offset
4731 INTEGER :: ActiveFaceId
4734 LOGICAL :: Flag,Found, ConstantValue, ScaleSystem, DirichletComm
[all …]