File options_netcdf.hxx#
Defines
-
OPTIONS_NETCDF_H#
-
namespace bout
Provides access to the Hypre library, handling initialisation and finalisation.
Usage
#include <bout/hyprelib.hxx>
class MyClass { public:
private: HypreLib lib; };
This will then automatically initialise Hypre the first time an object is created, and finalise it when the last object is destroyed.
Copyright 2012 B.D.Dudson, S.Farley, M.V.Umansky, X.Q.Xu
Contact: Ben Dudson, bd512@york.ac.uk
This file is part of BOUT++.
BOUT++ is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
BOUT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with BOUT++. If not, see http://www.gnu.org/licenses/.
Explicit inversion of a 3x3 matrix
aIf the matrix is singular (ill conditioned), the determinant is return. Otherwise, an empty
std::optionalis returnSNB model
-
class OptionsNetCDF : public bout::OptionsIO#
Public Functions
-
OptionsNetCDF() = delete#
-
OptionsNetCDF(Options &options)#
Create an OptionsNetCDF
”file” The name of the file If not set then “path” and “prefix” options must be set, and file is set to {path}/{prefix}.{rank}.nc
”append” File mode, default is false
-
inline ~OptionsNetCDF()#
-
OptionsNetCDF(const OptionsNetCDF&) = delete#
-
OptionsNetCDF(OptionsNetCDF&&) noexcept = default#
-
OptionsNetCDF &operator=(const OptionsNetCDF&) = delete#
-
OptionsNetCDF &operator=(OptionsNetCDF&&) noexcept = default#
-
virtual void write(const Options &options, const std::string &time_dim) override#
Write options to file.
-
virtual void verifyTimesteps() const override#
Check that all variables with the same time dimension have the same size in that dimension. Throws BoutException if there are any differences, otherwise is silent
Private Types
-
OptionsNetCDF() = delete#
-
class OptionsNetCDF : public bout::OptionsIO#