Changeset 26607


Ignore:
Timestamp:
11/11/21 09:51:02 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cosmetics

Location:
issm/trunk-jpl/src/m/solvers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solvers/asmoptions.m

    r21988 r26607  
    11function asm=asmoptions(varargin)
    2 %ASMOPTIONS - return Additive Shwartz Method petsc options
     2%ASMOPTIONS - return Additive Schwartz Method petsc options
    33%
    44%   Usage:
  • issm/trunk-jpl/src/m/solvers/asmstokesoptions.m

    r25935 r26607  
    1717asm.pc_asm_overlap=getfieldvalue(options,'pc_asm_overlap',1); % COMSOL's default
    1818asm.ksp_max_it=getfieldvalue(options,'ksp_max_it',100);
    19 asm.ksp_rtol=getfieldvalue(options,'ksp_rtol',1e-7); %tuned for best performance and to fit ISMIP-HOM-C 5km with MUMPS
     19asm.ksp_rtol=getfieldvalue(options,'ksp_rtol',1e-7);  %tuned for best performance and to fit ISMIP-HOM-C 5km with MUMPS
    2020asm.ksp_atol=getfieldvalue(options,'ksp_atol',1e-10); %tuned for best performance and to fit ISMIP-HOM-C 5km with MUMPS
Note: See TracChangeset for help on using the changeset viewer.