Skip to content
Snippets Groups Projects
Commit 022aec8e authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[Doc] added input file docu

parent 5546b0b6
No related branches found
No related tags found
No related merge requests found
A Jacobian assembler that assembles the Jacobian in two different ways, compares
the resulting local Jacobians and writes extensive logs in the form of a Python
script if the provided tolerances are exceeded.
Logging (and optionally program termination) is triggered only if both the
absolute and the relative tolerance are exceeded.
The absolute tolerance (component-wise) for the difference between the two
assembled local Jacobians.
There is only one absolute tolerance value for all components of the Jacobian.
Whether OGS should be aborted if both the absolute and relative tolerance are
exceeded.
The Jacobian assember whose assembled matrices will be used subsequently in the
global equation system.
The path to the file to which details of differing Jacobians are written.
Finally, the file will contain a Python script that can be used to conveniently
examine the differences that occured.
The given path is an absolute path or a path relative to the working directory
of OGS.
The log file will be overwritten, even if no differences exceeding the
tolerances occur.
The Jacobian assembler whose results are used only to check the assembled
matrices of the other Jacobian assembler.
The relative tolerance (component-wise) for the difference between the two
assembled local Jacobians.
There is only one relative tolerance value for all components of the Jacobian.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment