[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:59:22 PST 2008


changeset:   127:6cea8fb7836f
user:        LukeHodkinson
date:        Mon Aug 04 16:27:38 2008 +0000
files:       Utils/src/Init.c Utils/src/Utils.h Utils/src/types.h
description:
Updating standard files for new class.


diff -r d5ccc589b99f -r 6cea8fb7836f Utils/src/Init.c
--- a/Utils/src/Init.c	Mon Aug 04 16:27:14 2008 +0000
+++ b/Utils/src/Init.c	Mon Aug 04 16:27:38 2008 +0000
@@ -70,6 +70,8 @@ Bool StgDomainUtils_Init( int* argc, cha
 				   "0", (void* (*)(Name))InnerWallVC_DefaultNew );
 	Stg_ComponentRegister_Add( Stg_ComponentRegister_Get_ComponentRegister(), MeshShapeVC_Type, 
 				   "0", (void*  (*)(Name))_MeshShapeVC_DefaultNew );
+	Stg_ComponentRegister_Add( Stg_ComponentRegister_Get_ComponentRegister(), MeshBoundaryShape_Type, 
+				   "0", (void*  (*)(Name))MeshBoundaryShape_New );
 	Stg_ComponentRegister_Add( Stg_ComponentRegister_Get_ComponentRegister(), 
 				   RegularRemesherCmpt_Type, 
 				   "0", (void* (*)(Name))_RegularRemesherCmpt_DefaultNew );
@@ -99,6 +101,7 @@ Bool StgDomainUtils_Init( int* argc, cha
 	RegisterParent( CornerVC_Type,		       VariableCondition_Type );
 	RegisterParent( InnerWallVC_Type,	       VariableCondition_Type );
 	RegisterParent( MeshShapeVC_Type,                  VariableCondition_Type );
+	RegisterParent( MeshBoundaryShape_Type,        Stg_Shape_Type );
 	RegisterParent( DofLayout_Type,                Stg_Component_Type );
 	RegisterParent( RegularRemesherCmpt_Type,      Remesher_Type );
 /*
diff -r d5ccc589b99f -r 6cea8fb7836f Utils/src/Utils.h
--- a/Utils/src/Utils.h	Mon Aug 04 16:27:14 2008 +0000
+++ b/Utils/src/Utils.h	Mon Aug 04 16:27:38 2008 +0000
@@ -52,6 +52,7 @@
 	#include "CornerVC.h"
 	#include "InnerWallVC.h"
 	#include "MeshShapeVC.h"
+	#include "MeshBoundaryShape.h"
 	#include "DofLayout.h"
 	#include "Operator.h"
 	#include "FieldVariable_Register.h"
diff -r d5ccc589b99f -r 6cea8fb7836f Utils/src/types.h
--- a/Utils/src/types.h	Mon Aug 04 16:27:14 2008 +0000
+++ b/Utils/src/types.h	Mon Aug 04 16:27:38 2008 +0000
@@ -54,6 +54,7 @@ typedef struct RegularRemesherCmpt Regul
 	typedef struct _InnerWallVC			InnerWallVC;
 	typedef struct _CornerVC			CornerVC;
 	typedef struct MeshShapeVC				MeshShapeVC;
+	typedef struct MeshBoundaryShape MeshBoundaryShape;
 	typedef struct _DofLayout			DofLayout;
 	typedef struct _EmbeddedSurface			EmbeddedSurface;
 	typedef struct Operator      		Operator;



More information about the CIG-COMMITS mailing list