..
adfront2.cpp
little cleanup in adfront2
2019-10-23 14:44:07 +02:00
adfront2.hpp
change PointNd to Point<N> adfront2
2019-09-29 16:22:00 +02:00
adfront3.cpp
Remove BitArrayChar
2019-08-28 13:49:11 +02:00
adfront3.hpp
fixing PointIndex::Valid
2019-08-07 21:21:05 +02:00
basegeom.cpp
implement functionality to restrict meshsize in base class
2019-10-28 19:58:35 +01:00
basegeom.hpp
implement functionality to restrict meshsize in base class
2019-10-28 19:58:35 +01:00
bcfunctions.cpp
use ngscore::Array for surface elements
2019-08-08 08:44:59 +02:00
bcfunctions.hpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
bisect.cpp
delete trailing whitespaces in new commits
2019-10-07 15:17:03 +02:00
bisect.hpp
refactor a lot of the old code, stl still needs to be done
2019-10-07 15:17:03 +02:00
boundarylayer.cpp
Rename BitArray to NgBitArray
2019-08-28 14:04:05 +02:00
boundarylayer.hpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
classifyhpel.hpp
fix hp-ref fix for 3d
2019-09-27 17:29:17 +02:00
clusters.cpp
more use of Index types
2019-08-09 00:23:12 +02:00
clusters.hpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
CMakeLists.txt
move some stuff to base geometry
2019-10-24 13:17:00 +02:00
curvedelems.cpp
Fix mesh curving
2019-10-28 16:26:11 +01:00
curvedelems.hpp
Fix mesh curving
2019-10-28 16:26:11 +01:00
delaunay2d.cpp
reuse netrules, implant adfront into meshing class
2019-07-28 21:31:05 +02:00
delaunay.cpp
Use new delaunay tree with double
2019-10-14 18:26:08 +02:00
findip2.hpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
findip.hpp
Rework on 3D SplitImprove
2019-10-29 17:58:37 +01:00
geomsearch.cpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
geomsearch.hpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
global.cpp
Check badness quality in tests
2019-10-04 10:25:14 +00:00
global.hpp
Check badness quality in tests
2019-10-04 10:25:14 +00:00
hexarls.cpp
fixes for hex-filling
2016-04-20 08:11:59 +02:00
hpref_hex.hpp
autotools
2009-01-12 23:40:13 +00:00
hpref_prism.hpp
autotools
2009-01-12 23:40:13 +00:00
hpref_pyramid.hpp
autotools
2009-01-12 23:40:13 +00:00
hpref_quad.hpp
autotools
2009-01-12 23:40:13 +00:00
hpref_segm.hpp
autotools
2009-01-12 23:40:13 +00:00
hpref_tet.hpp
autotools
2009-01-12 23:40:13 +00:00
hpref_trig.hpp
autotools
2009-01-12 23:40:13 +00:00
hprefinement.cpp
clean up
2019-09-13 09:42:05 +02:00
hprefinement.hpp
Misc. typos
2017-12-09 22:21:40 -05:00
improve2.cpp
Merge remote-tracking branch 'origin/master' into test_refactoring_meshing_design
2019-10-18 11:53:05 +02:00
improve2.hpp
Merge remote-tracking branch 'origin/master' into test_refactoring_meshing_design
2019-10-18 11:53:05 +02:00
improve2gen.cpp
Merge remote-tracking branch 'origin/master' into test_refactoring_meshing_design
2019-10-18 11:53:05 +02:00
improve3.cpp
Rework on 3D SplitImprove
2019-10-29 17:58:37 +01:00
improve3.hpp
parallel SplitImprove
2019-10-28 09:38:53 +01:00
localh.cpp
Rename ArrayMem to NgArrayMem
2019-07-09 18:00:12 +02:00
localh.hpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
meshclass.cpp
CreateSurface2ElementTable for individual faces
2019-10-08 18:35:48 +02:00
meshclass.hpp
Merge remote-tracking branch 'origin/master' into test_refactoring_meshing_design
2019-10-18 11:53:05 +02:00
meshfunc2d.cpp
refactor a lot of the old code, stl still needs to be done
2019-10-07 15:17:03 +02:00
meshfunc.cpp
Activate multithreading when meshing from GUI
2019-09-27 11:54:33 +02:00
meshfunc.hpp
meshingparameter only visible in nglib and const ref to funcs
2019-08-06 10:42:53 +02:00
meshing2.cpp
implement meshing2 functionality for 3d geometries
2019-10-28 13:44:51 +01:00
meshing2.hpp
implement meshing2 functionality for 3d geometries
2019-10-28 13:44:51 +01:00
meshing3.cpp
remove timer, PointIndex::INVALID
2019-08-07 07:48:15 +02:00
meshing3.hpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
meshing.hpp
Rework on 3D SplitImprove
2019-10-29 17:58:37 +01:00
meshtool.cpp
Remove BitArrayChar
2019-08-28 13:49:11 +02:00
meshtool.hpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
meshtype.cpp
modernize and change to Point<3>
2019-09-30 10:38:46 +02:00
meshtype.hpp
unify surface optimization strategy
2019-10-08 16:46:16 +02:00
msghandler.cpp
reduce message and log level in python
2019-10-08 16:51:32 +02:00
msghandler.hpp
dll_headers for geometry dll (only 2D yet)
2011-03-03 21:42:20 +00:00
netrule2.cpp
change more PointNd to Point<N>
2019-09-30 10:19:35 +02:00
netrule3.cpp
Rename ArrayMem to NgArrayMem
2019-07-09 18:00:12 +02:00
parallelmesh.cpp
fix recently introduced off-by-one bug in parallelmesh, clean up created MPI-types (needs array-pos merge request)
2019-08-26 12:58:51 +02:00
paralleltop.cpp
porperly clean up created mpi-group/comm in paralleltop
2019-08-26 12:54:06 +02:00
paralleltop.hpp
Rename FlatArray to NgFlatArray
2019-07-09 10:40:35 +02:00
parser2.cpp
more PointNd to Point<N>
2019-09-30 10:36:42 +02:00
parser3.cpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
prism2rls_2.cpp
autotools
2009-01-12 23:40:13 +00:00
prism2rls.cpp
autotools
2009-01-12 23:40:13 +00:00
pyramid2rls.cpp
autotools
2009-01-12 23:40:13 +00:00
pyramidrls.cpp
autotools
2009-01-12 23:40:13 +00:00
python_mesh.cpp
adding Mesh.AddRegion
2019-10-05 23:02:32 +02:00
python_mesh.hpp
unify surface optimization strategy
2019-10-08 16:46:16 +02:00
quadrls.cpp
autotools
2009-01-12 23:40:13 +00:00
refine.cpp
refactor a lot of the old code, stl still needs to be done
2019-10-07 15:17:03 +02:00
ruler2.cpp
more PointNd to Point<N>
2019-09-30 10:36:42 +02:00
ruler2.hpp
change more PointNd to Point<N>
2019-09-30 10:19:35 +02:00
ruler3.cpp
remove timer, PointIndex::INVALID
2019-08-07 07:48:15 +02:00
ruler3.hpp
Rename Array to NgArray
2019-07-09 10:39:16 +02:00
secondorder.cpp
refactor a lot of the old code, stl still needs to be done
2019-10-07 15:17:03 +02:00
smoothing2.5.cpp
refactor a lot of the old code, stl still needs to be done
2019-10-07 15:17:03 +02:00
smoothing2.cpp
Recover correct point type in smoothing2d
2019-10-23 11:08:30 +02:00
smoothing3.cpp
Check badness quality in tests
2019-10-04 10:25:14 +00:00
specials.cpp
Rename BitArray to NgBitArray
2019-08-28 14:04:05 +02:00
specials.hpp
everything in one big dll on Windows
2015-10-19 10:08:30 +02:00
tetrarls.cpp
autotools
2009-01-12 23:40:13 +00:00
topology.cpp
disable parallel vertex2element table, needs sorting
2019-09-09 10:55:27 +02:00
topology.hpp
Rename FlatArray to NgFlatArray
2019-07-09 10:40:35 +02:00
triarls.cpp
fix triangle generation rule (thx to TDM)
2017-11-07 11:36:54 +01:00
validate.cpp
refactor a lot of the old code, stl still needs to be done
2019-10-07 15:17:03 +02:00
validate.hpp
Rename BitArray to NgBitArray
2019-08-28 14:04:05 +02:00