- Copyright
- Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
Definition in file CompareJacobiansJacobianAssembler.cpp.
|
| void | anonymous_namespace{CompareJacobiansJacobianAssembler.cpp}::dump_py (std::ostream &fh, std::string const &var, double const val) |
| | Dumps a double value as a Python script snippet.
|
| void | anonymous_namespace{CompareJacobiansJacobianAssembler.cpp}::dump_py (std::ostream &fh, std::string const &var, std::size_t const val) |
| | Dumps a std::size_t value as a Python script snippet.
|
| template<typename Vec> |
| void | anonymous_namespace{CompareJacobiansJacobianAssembler.cpp}::dump_py_vec (std::ostream &fh, std::string const &var, Vec const &val) |
| | Dumps an arbitrary vector as a Python script snippet.
|
| void | anonymous_namespace{CompareJacobiansJacobianAssembler.cpp}::dump_py (std::ostream &fh, std::string const &var, std::vector< double > const &val) |
| | Dumps a std::vector<double> as a Python script snippet.
|
| template<typename Derived> |
| void | anonymous_namespace{CompareJacobiansJacobianAssembler.cpp}::dump_py (std::ostream &fh, std::string const &var, Eigen::ArrayBase< Derived > const &val, std::integral_constant< int, 1 >) |
| | Dumps an Eigen vector (array with 1 column) as a Python script snippet.
|
| template<typename Derived, int ColsAtCompileTime> |
| void | anonymous_namespace{CompareJacobiansJacobianAssembler.cpp}::dump_py (std::ostream &fh, std::string const &var, Eigen::ArrayBase< Derived > const &val, std::integral_constant< int, ColsAtCompileTime >) |
| | Dumps an Eigen array as a Python script snippet.
|
| template<typename Derived> |
| void | anonymous_namespace{CompareJacobiansJacobianAssembler.cpp}::dump_py (std::ostream &fh, std::string const &var, Eigen::ArrayBase< Derived > const &val) |
| | Dumps an Eigen array as a Python script snippet.
|
| template<typename Derived> |
| void | anonymous_namespace{CompareJacobiansJacobianAssembler.cpp}::dump_py (std::ostream &fh, std::string const &var, Eigen::MatrixBase< Derived > const &val) |
| | Dumps an Eigen matrix as a Python script snippet.
|
| std::unique_ptr< CompareJacobiansJacobianAssembler > | ProcessLib::createCompareJacobiansJacobianAssembler (BaseLib::ConfigTree const &config) |