Skip to content

Commit

Permalink
[doc] Local coordinate system and parameter tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Feb 21, 2019
1 parent 408993c commit 9bb8ef3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
A local coordinate system used for space-dependent tensor transformations.

It offers a simple way for input of anisotropic tensors w.r.t. a coordinate
system.

The basis vectors form a transformation matrix \f$R = (e_0, e_1, e_2)\f$.

For a given anisotropic tensor \f$A\f$ parameter with the corresponding
\ref ogs_file_param__prj__parameters__parameter__use_local_coordinate_system
the tensor is rotated according to the formula: \f$A' = R\cdotA\cdotR^T\f$.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
An optional tag indicating whether or not a local coordinate system
transformation will be applied.

\see \ref ogs_file_param__prj__local_coordinate_system .

0 comments on commit 9bb8ef3

Please sign in to comment.