Skip to content

Commit

Permalink
Finalized release notes. Updated configuration file section in user m…
Browse files Browse the repository at this point in the history
…anual.
  • Loading branch information
SteveMaas1978 committed Mar 27, 2023
1 parent 16f7b37 commit 17ae329
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 5 deletions.
71 changes: 68 additions & 3 deletions Documentation/FEBio_User_Manual.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -112179,7 +112179,7 @@ specifies the version number of the format.


\begin_inset Tabular
<lyxtabular version="3" rows="7" columns="2">
<lyxtabular version="3" rows="9" columns="2">
<features tabularvalignment="middle">
<column alignment="left" valignment="top" width="0pt">
<column alignment="left" valignment="top">
Expand Down Expand Up @@ -112310,7 +112310,7 @@ Process child tags only for release 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 @@ -112319,14 +112319,55 @@ output_negative_jacobian

\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
Output a detailed list of inverted elements when negative jacobians are
encountered (5)
\end_layout

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

\begin_layout Plain Layout
print_model_params
\end_layout

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

\begin_layout Plain Layout
Print the values of load controlled parameters at the start of each time
step (6)
\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
show_warnings_and_errors
\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
Print warnings and errors to the screen (7)
\end_layout

\end_inset
</cell>
</row>
Expand Down Expand Up @@ -112435,6 +112476,30 @@ negative jacobians
output_negative_jacobian
\emph default
flag to 1.
\end_layout

\begin_layout Enumerate
The
\emph on
print_model_params
\emph default
parameter can be used to print values of load-controlled parameters to
the screen and log file.
If disabled, the values are not printed to the screen or log file.
For models that use many load-controlled parameters this can be useful
to reduce the amount of output generated by FEBio.
By default, this parameter is on.

\end_layout

\begin_layout Enumerate
The
\emph on
show_warnings_and_errors
\emph default
parameter can be used to decide whether or not to print warning and error
messages.
The default value is on.

\end_layout

Expand Down
4 changes: 2 additions & 2 deletions Documentation/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ at https://forums.febio.org/.
* Fixed problem with initialization of FERigidBC in multi-step analysis.
* Added all node, element, and facet sets defined in the input file to the plot file.
* Fixed issue with linear constraints for multi-step problems.
* Added config option to suppress warnings and error messages.
* Added config option (show_warnings_and_errors) to suppress warnings and error messages.
* Added parameter to param_run task to generate standard febio output files.
* Hide "clamp_shells" parameter in FERigidNodeSet since it has no effect currently.
* Now printing const scaled value for prescribed FEParamDouble values.
Expand All @@ -60,7 +60,7 @@ at https://forums.febio.org/.
* Minor change to console update.
* Corrected unit of P1 muscle material parameter in user manual.
* Fixed issue caused when febio prompt recieves EOF on Linux.
* Log data is now also evaluated at time 0.
* Log data is now also evaluated and output at time 0.
* Fixed issue with missing material point data in multigeneration material.
* Fixed issue with initialization of FERealGas and FEOsmCoefManning.
* Fixed issue with initialization of FEMappedValueVec3 class and FEElasticFiberMaterial_T.
Expand Down

0 comments on commit 17ae329

Please sign in to comment.