-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nested Newton running for FSM, Arte 2D running, Arte 3D in preparation
- Loading branch information
Markus
committed
Dec 15, 2024
1 parent
7e1e183
commit c77b870
Showing
9 changed files
with
383 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
ugbase/lib_disc/operator/non_linear_operator/newton_solver/nestedNewtonRFSwitch.h.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* nestedNewtonRFSwitch.h | ||
* | ||
* Created on: 27.07.2021 | ||
* Author: Markus Knodel | ||
*/ | ||
|
||
#ifndef UGCORE_UGBASE_NESTEDNEWTONRFSWITCH_H_ | ||
#define UGCORE_UGBASE_NESTEDNEWTONRFSWITCH_H_ | ||
|
||
#ifndef ENABLE_NESTED_NEWTON_RESOLFUNC_UPDATE | ||
#define ENABLE_NESTED_NEWTON_RESOLFUNC_UPDATE ${SET_NESTED_NEWTON} | ||
#endif | ||
|
||
|
||
|
||
#endif /* UGCORE_UGBASE_NESTEDNEWTONRFSWITCH_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.