https://github.com/geodynamics/citcoms
Revision 2c8211bda240d7606dd2f1409e924e97ed88228a authored by Eh Tan on 22 January 2008, 19:38:43 UTC, committed by Eh Tan on 22 January 2008, 19:38:43 UTC
- get_global_shape_fn_sph() computes and stores the derivatives of shape functions and jacobians.

- Moved get_global_shape_fn() to Obsolete.c

- Calling construct_shape_function_derivatives() in initial_mesh_solver_setup(). This function call get_global_shape_fn_sph() for each element.

- get_rtf_at_vpts() and get_rtf_at_ppts() are for coord. transformation matrix at vpts and ppts respectively

- Passed arguments by references in PG solvers instead of by values to avoid copying.


1 parent 64dc706
History
Tip revision: 2c8211bda240d7606dd2f1409e924e97ed88228a authored by Eh Tan on 22 January 2008, 19:38:43 UTC
Computes the derivatives of shape functions and jacobians only once and stores them for later use. This reduces the total cpu time of cookbook8 by 13%.
Tip revision: 2c8211b
File Mode Size
CitcomS
bin
etc
examples
lib
module
tests
visual
.gitignore -rw-r--r-- 345 bytes
AUTHORS -rw-r--r-- 242 bytes
COPYING -rw-r--r-- 17.6 KB
ChangeLog -rw-r--r-- 408.6 KB
INSTALL -rw-r--r-- 900 bytes
Makefile.am -rw-r--r-- 1.4 KB
NEWS -rw-r--r-- 6.4 KB
README -rw-r--r-- 366 bytes
configure.ac -rw-r--r-- 5.7 KB
setup.py -rw-r--r-- 1.2 KB

README

back to top