You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add Ns normal vector in R^3 on meshS (normal of the surface) of current point (to day Ns of [x,y,0] plan is [0,0,-1]) no be compatibe to exterior normal.
add Tl tangent vector in R^3 on meshL (tangent vector of the line/curve) of current point
compile ffmaster / ffslave example under windows (thanks to johann@ifado.de)
Boolean parameter spiltpbedge in buildmesh to split in to edge with two boundary vertices
interface to PETSc DMPlex, see examples/hpddm/DMPlex-PETSc.edp
function MatDestroy
function MatPtAP and transferMat for parallel interpolation between non-matching grids, see examples/hpddm/PtAP-2d-PETSc.edp or examples/hpddm/diffusion-mg-2d-PETSc.edp
preliminary interface to SVDSolve from SLEPc to compute singular value decompositions, see examples/hpddm/mf-2d-SLEPc.edp or examples/hpddm/helmholtz-2d-SLEPc-complex.edp
preliminary interface to NEPSolve from SLEPc to solve nonlinear eigenvalue problems, see examples/hpddm/nonlinear-2d-SLEPc-complex.edp
transpose parameter when constructing a Mat for defining a matrix-free transposed operation
interface to PetscMemoryGetCurrentUsage
add P2b, RT0, RT1 surface FE (P2bS, RT0S, RT1S))
add operator interpolate (2d->3d surface)
add operator x = A'*b; where x, b are array and A 2 dim array (full matrix) and generate an error in case of b'*A or b'*A expression
function MatLoad to load a PETSc Mat from disk, see examples/hpddm/MatLoad-PETSc.edp
possibility to assemble a symmetric HMatrix<complex> and to densify a HMatrix<complex> into a Mat<complex>
Changed
moved Htool to its new GitHub location
ScaLAPACK and MUMPS are not compiled by PETSc anymore if there is no Fortran compiler