- Note
- Clicking on the option with a triangle bullet ▸ next to it will expand/collapse its detailed information.
-
Type name written in PascalCase typically refer to a NEML2 object type, oftentimes a primitive tensor type.
-
The 🔗 symbol means that the tensor value can be cross-reference another object. See Model parameters (revisited) for details.
-
You can always use Ctrl+F or Cmd+F to search the entire page.
Available objects and their input file syntax
Refer to System Documentation for detailed explanation about this system.
NonlinearSystem
A nonlinear system defined by a Model.
istructure Optional IStructure for each variable group. If not provided, defaults to DENSE. If only one IStructure is provided, it will be applied to all groups.
- Type: MultiEnumSelection
- Required: No
- Default: (DENSE)
model The Model defining this nonlinear system.
- Type: string
- Required: Yes
residuals Ordering and grouping of residual variables. Each inner list defines one variable group.
- Type: list of vector<string>>
- Required: No
unknowns Ordering and grouping of unknowns. Each inner list defines one variable group.
- Type: list of vector<string>>
- Required: Yes
Detailed documentation link