21 #ifdef gsHLBFGS_ENABLED
22 #include <gsHLBFGS/gsHLBFGS.h>
25 using namespace gismo;
37 template<
short_t d,
typename T=real_t>
60 void defaultOptions();
70 void _makeMapperGlobalPatches();
73 void _makeMapperLocalPatches();
76 void logMapperInformation();
86 std::string m_filename;
92 size_t m_freeInterface = 1;
97 #ifdef GISMO_WITH_PYBIND11
102 void pybind11_init_gsBarrierPatch2(pybind11::module &m);
103 void pybind11_init_gsBarrierPatch3(pybind11::module &m);
105 #endif // GISMO_WITH_PYBIND11
109 #ifndef GISMO_BUILD_LIB
110 #include GISMO_HPP_HEADER(gsBarrierPatch.hpp)
Abstract base class representing a geometry map.
Definition: gsGeometry.h:92
Definition: gsExprAssembler.h:30
Maintains a mapping from patch-local dofs to global dof indices and allows the elimination of individ...
Definition: gsDofMapper.h:68
Provides a list of labeled parameters/options that can be set and accessed easily.
Holds a set of patch-wise bases and their topology information.
Definition: gsMultiBasis.h:36
gsOptionList & options()
Returns the options list.
Definition: gsBarrierPatch.h:57
void setMapper(const gsDofMapper &mapper)
Sets the mapper.
Definition: gsBarrierPatch.h:48
Container class for a set of geometry patches and their topology, that is, the interface connections ...
Definition: gsMultiPatch.h:33
Generic evaluator of isogeometric expressions.
Definition: gsExprEvaluator.h:38
Computes a patch parametrization given a set of boundary geometries. Parametrization is not guarantee...
Definition: gsBarrierPatch.h:38
Class which holds a list of parameters/options, and provides easy access to them. ...
Definition: gsOptionList.h:32
const gsMultiPatch< T > & result() const
Returns the result in a multi-patch format.
Definition: gsBarrierPatch.h:54