feat(topology): Added TMOP support
Meshes generated purley algebraically tend to be poorly conditioned. Incorporated MFEM's TMOP support based on a metric of ideal shape and unit size
This commit is contained in:
@@ -10,6 +10,7 @@ stroid_sources = files(
|
||||
'lib/topology/curvilinear.cpp',
|
||||
'lib/topology/mapping.cpp',
|
||||
'lib/topology/topology.cpp',
|
||||
'lib/topology/optimize.cpp',
|
||||
'lib/IO/mesh.cpp',
|
||||
'lib/utils/mesh_utils.cpp',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user