[cig-commits] commit: updated shape functions to account for quadratic elements

Mercurial hg at geodynamics.org
Mon Nov 24 11:30:33 PST 2008


changeset:   38:21e7544649a9
user:        DavidLee
date:        Mon Aug 13 01:14:47 2007 +0000
files:       Utils/src/BuoyancyForceTermThermoChem.c
description:
updated shape functions to account for quadratic elements


diff -r 6a8704d68523 -r 21e7544649a9 Utils/src/BuoyancyForceTermThermoChem.c
--- a/Utils/src/BuoyancyForceTermThermoChem.c	Sun Aug 05 09:48:58 2007 +0000
+++ b/Utils/src/BuoyancyForceTermThermoChem.c	Mon Aug 13 01:14:47 2007 +0000
@@ -317,7 +317,7 @@ void _BuoyancyForceTermThermoChem_Assemb
 	double                           RaC;
 	double                           detJac             = 0.0;
 	double                           factor;
-	double                           Ni[8];
+	double                           Ni[27];
 	double                           force;
 	double*                          xi;
 	Material*                        material;



More information about the CIG-COMMITS mailing list