File: TODO

package info (click to toggle)
libfvm 0.15.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,472 kB
  • ctags: 1,722
  • sloc: ansic: 38,357; sh: 10,533; makefile: 202
file content (14 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- Add finer caching control to selector for geometric operands.

- Add support of tensor variables (and tensor splitting when not
  allowed) in writers. Use _fvm_writer_tensor_order[] and
  fvm_writer_set_tensor_order to allow for different orderings).

- Add fvm_nodal_simplify_polygons() and fvm_nodal_simplify_polyhedra()
  functions.

- Add MPI communicator as argument to fvm_io_num_create()
  function (keeping track of communicator in structure),
  and replace use of fvm_parall_counter() type functions
  by similar mpi_io_num functions so as to allow for
  subcommunicators.