Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMaas1978 committed Jun 16, 2022
2 parents e2e9c04 + 6724490 commit 8d9e54b
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 4 deletions.
76 changes: 73 additions & 3 deletions Documentation/FEBio_User_Manual.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -101054,6 +101054,36 @@ When an element inverts, the element becomes so distorted that in certain
on.
\end_layout

\begin_layout Standard
By default, when FEBio encounters inverted elements, it will print an error
message stating that
\begin_inset Quotes eld
\end_inset

negative jacobians
\begin_inset Quotes erd
\end_inset

were detected.
You can request FEBio to print out a detailed list of the inverted elements,
by setting the
\emph on
output_negative_jacobian
\emph default
configuration flag in the FEBio configuration file.
(see
\begin_inset CommandInset ref
LatexCommand ref
reference "chap:Configuration-File"
plural "false"
caps "false"
noprefix "false"

\end_inset

)
\end_layout

\begin_layout Subsubsection
Material instability
\begin_inset CommandInset label
Expand Down Expand Up @@ -103494,7 +103524,7 @@ specifies the version number of the format.


\begin_inset Tabular
<lyxtabular version="3" rows="6" columns="2">
<lyxtabular version="3" rows="7" columns="2">
<features tabularvalignment="middle">
<column alignment="left" valignment="top" width="0pt">
<column alignment="left" valignment="top">
Expand Down Expand Up @@ -103605,7 +103635,7 @@ Process child tags only for debug versions of FEBio (4)
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
Expand All @@ -103614,13 +103644,34 @@ if_release

\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
Process child tags only for release versions of FEBio (4)
\end_layout

\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
output_negative_jacobian
\end_layout

\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
Output a detailed list of inverted elements when negative jacobians are
encountered (5)
\end_layout

\end_inset
</cell>
</row>
Expand Down Expand Up @@ -103713,6 +103764,25 @@ if_debug/if_release

\end_layout

\begin_layout Enumerate
When elements become inverted, FEBio prints an error message that
\begin_inset Quotes eld
\end_inset

negative jacobians
\begin_inset Quotes erd
\end_inset

are encountered.
If you wish to see a detailed list of the inverted elements, you can set
the
\emph on
output_negative_jacobian
\emph default
flag to 1.

\end_layout

\begin_layout Standard
An example configuration file that sets the default linear solver to pardiso,
defines an alias, and loads a plugin.
Expand Down
2 changes: 1 addition & 1 deletion FEBioLib/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SOFTWARE.*/
// SUBSUBVERSION is incremented when bugs are fixed.

#define VERSION 3
#define SUBVERSION 6
#define SUBVERSION 7
#define SUBSUBVERSION 0

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 8d9e54b

Please sign in to comment.