Skip to content
Snippets Groups Projects
Commit 93ab8937 authored by Ruth Sabariego's avatar Ruth Sabariego
Browse files

Modifications for new Plugin FieldFromAmplitudePhase

parent b604d39b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ set(SRC
HarmonicToTime.cpp ModulusPhase.cpp
HomologyComputation.cpp
Distance.cpp ExtractEdges.cpp NearestNeighbor.cpp
AnalyseCurvedMesh.cpp
AnalyseCurvedMesh.cpp FieldFromAmplitudePhase.cpp
)
file(GLOB HDR RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.h)
......
......@@ -48,6 +48,7 @@
#include "GSHHS.h"
#include "HomologyComputation.h"
#include "ExtractEdges.h"
#include "FieldFromAmplitudePhase.h"
// for testing purposes only :-)
#undef HAVE_DLOPEN
......@@ -219,6 +220,8 @@ void PluginManager::registerDefaultPlugins()
("GSHHS", GMSH_RegisterGSHHSPlugin()));
allPlugins.insert(std::pair<std::string, GMSH_Plugin*>
("ExtractEdges", GMSH_RegisterExtractEdgesPlugin()));
allPlugins.insert(std::pair<std::string, GMSH_Plugin*>
("FieldFromAmplitudePhase", GMSH_RegisterFieldFromAmplitudePhasePlugin()));
#if defined(HAVE_TETGEN)
allPlugins.insert(std::pair<std::string, GMSH_Plugin*>
("Tetrahedralize", GMSH_RegisterTetrahedralizePlugin()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment