thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

Compute volume using surface integral #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Homogenization of structures with void inclusions needs the surface term
for computation of region volumes.

Original issue reported on code.google.com by vlukes@kme.zcu.cz on 20 May 2009 at 12:07

GoogleCodeExporter commented 9 years ago
new term: d_volume_surface

Original comment by vlukes@kme.zcu.cz on 25 May 2009 at 12:12

GoogleCodeExporter commented 9 years ago
patch adds d_volume_surface term

Original comment by vlukes@kme.zcu.cz on 27 May 2009 at 7:17

Attachments:

GoogleCodeExporter commented 9 years ago
Looks good, applies cleanly, thanks! I will add it to master after you prepare 
a test
for the term :-)

Original comment by robert.c...@gmail.com on 27 May 2009 at 7:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
test for the volume terms: d_volume, d_volume_surf

Original comment by vlukes@kme.zcu.cz on 28 May 2009 at 8:22

Attachments:

GoogleCodeExporter commented 9 years ago
I have fixed one line in termsBasic.c:

-    fmf_mulABT_nn( aux2, aux, sg->normal );    
+    fmf_mulAB_nn( aux2, aux, sg->normal );    

- do you compile with DEBUG_FMF?

It is in, thank you!

Original comment by robert.c...@gmail.com on 29 May 2009 at 1:43

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/90

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:25