Skip to content
Snippets Groups Projects
Commit 492d5cb6 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: support 'transform' specification for geometric decomposition

- can be used for block-like meshes that are not aligned with the global
  coordinate directions. Alternatively, for general testing purposes.

  Example,

    method  simple;
    coeffs
    {
        n       ( 2 2 2 );
        transform
        {
            origin  (-0.15 0.15 0);
            e1      (1 1 0);
            e3      (0 0 1);
        }
    }
parent 36266a7e
Showing
with 474 additions and 137 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment