Invert BitArray to Py, more DefinedOn for CF
make MSVC happy ???
use of SwitchET in GetFE
next trial for MSVC
H(div) dummy-normal FE for unused boundary
Fix bug: UMFPACK was not built if configured with ccmake
added override
fix getfacedofs for new orderpolicy
propagate DefinedOn for binary-CF
simple load/save for GridFunction without parallel reordering
added missing 1/x for AutoDiffDiff
remove commented code
Merge branch 'cherry-pick-b1a58b8c' into 'master'
added other element types to periodic-fespace, not tested!
optimization for Biform with many integrators
Merge branch 'commutingAMG_fix' into 'master'
Remove using statements from global namespace
Merge branch 'remove_ngstd_from_global_namespace' into 'master'
shared_ptr-ix for commutingAMG
Coefficient::DefinedOn get trafo rather than ElementId, added for DomainWiseCF
creator functions for VectorH1 and SurfaceL2
added VectorH1 boundary evaluator
delete thread_times timing array
fix H(div div) divergence
Add IM(5) to debug output
Merge remote-tracking branch 'origin/release'
Add IM(5) to debug output
define startthreadtimer if macro USE_TIMEOFDAY is not defined
Merge branch 'fix_startthreadtimer' into 'master'
find rdtsc on visual
add thread-local timers
C++11 thread_local now also on MacOS-clang
first step for replacing GetVertexDofNrs, GetEdgeDofNrs... by GetDofNrs(NodeID)
add caution section in docu for periodic spaces with large meshsize
Merge branch 'fix_setvalues' into 'master'
fix setvalues of complex gf without simd
Merge branch 'periodic_docu_caution' into 'master'
Merge branch '45-umfpack-not-building-anymore' into 'master'
Adapt CMake to latest suitesparse-cmake version
Set UMFPACK include dir on Windows
Fix SubMatrixExpr::operator()
docu mycoefficient
visualize only if we have evaluators
fix for visualization crashes: now, GridFunctions are drawn as CoefficientFunctions. We have to check if GF (and space) is up to date on Evaluate
clean FESpaces
fix
update netgen (OCC)
little cleanup
add H(divdiv) tutorials
Export SparseMatrix<double> (and base classes)
Merge branch 'export_sparsematrix' into 'master'
HdivdivFE derived from VertexOrientedFE
Merge branch 'hdivdiv_fix' into 'master'
fix for hdivdiv, old-style curved elements,
update netgen: second order 1D elements to Python and neutral mesh export
fix H(divdiv) for 2D
Fix MakeCoefficients
Merge branch 'fix_makecoefficients' into 'master'
Added DefinedOn for CoefficientFunction. Needed e.g. for visualizaton of locally defined GridFunctions
if no integrator appears on an element, don't bother about elmat operations
Merge branch 'skip_empty_elmats' into 'master'
update netgen: set MeshPoint coords
mem-optimize CalcFluxProject with SymbolicBFI
fix (new) Col-bug of BaseSliceMatrix
get father rid of FESpace::integrator
simd CalcMatrix for BlockDiffOp
tuning of SetValues with SymbolicBFI and dim>1
update netgen
fix CalcFluxProject without Integrator, keep H1HOFESpace::integrator for visualization from pde
Get rid of FESpace integrator. So far, it was used for SetValues (i.e. interpolating) and drawing when called Draw(gfu).
little cleanup
update netgen
fixes for 1D DG
Merge branch 'tp_fixes' into 'master'
Use named arguments in TensorProduct specific function, removed dynamic_cast in CoordinateCF::Evaluate, adapted examples to polished syntax, added a 2d_2d example
test py_tutorials/compound.py
fix return type of components of LinearForm
Merge branch 'fixlinearformcomponents' into 'master'
Pass C++ compiler to UMFPACK subproject
fix space dimensions, error of eigenvectors
set multidim on component gf
add test for compound arnoldi
Merge branch 'fix_multidim_componentgf' into 'master'
use different spaces
update netgen (for parallel)
removed mpi4py. I thought I had already done this in the parallel-fixes branch??
fixed hypre (i think). added hypre_poisson.py
HYPRE-AMS cleaned up + added support for dirichlet-data
Added option to use other mpi-communicator than ngs_comm to a couple of mpi-wrapper functions.
shared_ptr<BitArray> fixed for mumps-inverse and hypre-preconditioner. Removed a line of cout-output that had snuck in.
fix
Reintroduced nodal p2 basis. Bugfix for parallel L2.
cleanup
Install ngsolve.tcl only if configured with USE_GUI=ON
Merge branch 'master' into parallelDG
should be consistent now..