Skip to content
Snippets Groups Projects
Select Git revision
  • b0278d86ade8335e8da79fb4f774f81bc3d09670
  • develop default protected
  • origin/stage/bouguettaia
  • feature/kinetic-schemes
  • feature/reconstruction
  • feature/local-dt-fsi
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/serraille
  • feature/variational-hydro
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • feature/escobar-smoother
  • feature/hypoelasticity-clean
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

LinearSolverModule.cpp

Blame
    • Stéphane Del Pino's avatar
      b0278d86
      Replace printLSOptions and printLSAvailable get functions · b0278d86
      Stéphane Del Pino authored
      printLSOptions -> getLSOptions
      printLSAvailable -> getLSAvailable
      
      These new function do not print the result anymore but return a
      string.
      
      To display available or set options, one should now uses:
      ```
      cout << getLSOptions() << "\n";
      let available:string, available = getLSAvailable();
      cout << available << "\n";
      ```
      b0278d86
      History
      Replace printLSOptions and printLSAvailable get functions
      Stéphane Del Pino authored
      printLSOptions -> getLSOptions
      printLSAvailable -> getLSAvailable
      
      These new function do not print the result anymore but return a
      string.
      
      To display available or set options, one should now uses:
      ```
      cout << getLSOptions() << "\n";
      let available:string, available = getLSAvailable();
      cout << available << "\n";
      ```
    BinaryOperatorRegisterForString.cpp 1.35 KiB