Home
last modified time | relevance | path

Searched refs:AbaqusException (Results 1 – 17 of 17) sorted by relevance

/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/Abaqus/
H A DAbaqusException.hxx28 struct MFRONT_ABAQUS_VISIBILITY_EXPORT AbaqusException
32 AbaqusException(const std::string&);
34 AbaqusException(AbaqusException&&);
36 AbaqusException(const AbaqusException&);
40 ~AbaqusException() noexcept override;
42 AbaqusException() = delete;
43 AbaqusException& operator=(const AbaqusException&) = delete;
44 AbaqusException& operator=(AbaqusException&&) = delete;
53 : public AbaqusException
73 : public AbaqusException
[all …]
H A DAbaqusInterfaceExceptions.hxx113 const AbaqusException&);
H A DAbaqusInterface.hxx71 } catch (const AbaqusException& e) { in exe()
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/Abaqus/
H A DAbaqusException.hxx28 struct MFRONT_ABAQUS_VISIBILITY_EXPORT AbaqusException struct
30 AbaqusException(const std::string&);
32 AbaqusException(AbaqusException&&);
34 AbaqusException(const AbaqusException&);
38 ~AbaqusException() noexcept override;
41 AbaqusException() = delete;
42 AbaqusException& operator=(const AbaqusException&) = delete;
43 AbaqusException& operator=(AbaqusException&&) = delete;
52 : public AbaqusException {
72 : public AbaqusException {
[all …]
H A DAbaqusInterfaceExceptions.hxx113 const AbaqusException&);
H A DAbaqusInterface.hxx71 } catch (const AbaqusException& e) { in exe()
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DAbaqusException.cxx33 AbaqusException::AbaqusException(const std::string& s) in AbaqusException() function in abaqus::AbaqusException
37 AbaqusException::AbaqusException(AbaqusException&&) = default;
39 AbaqusException::AbaqusException(const AbaqusException&) = default;
42 AbaqusException::what () const noexcept in what()
48 AbaqusException::getMsg() const noexcept in getMsg()
53 AbaqusException::~AbaqusException() noexcept = default;
60 : AbaqusException("current modelling hypothesis is not supported by behaviour '"+ in AbaqusInvalidModellingHypothesis()
67 : AbaqusException("Invalid tensor size declared '"+ in AbaqusInvalidNTENSValue()
79 : AbaqusException("''"+b+"' can't be used in "+ in AbaqusInvalidDimension()
H A DAbaqusInterfaceExceptions.cxx33 tfel::raise<AbaqusException>(msg.str());
46 tfel::raise<AbaqusException>(msg.str());
59 tfel::raise<AbaqusException>(msg.str());
64 const AbaqusException& e)
H A DMakefile.am345 AbaqusException.cxx \
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DAbaqusException.cxx33 AbaqusException::AbaqusException(const std::string& s) in AbaqusException() function in abaqus::AbaqusException
37 AbaqusException::AbaqusException(AbaqusException&&) = default;
39 AbaqusException::AbaqusException(const AbaqusException&) = default;
42 AbaqusException::what () const noexcept in what()
48 AbaqusException::getMsg() const noexcept in getMsg()
53 AbaqusException::~AbaqusException() noexcept = default;
60 : AbaqusException("current modelling hypothesis is not supported by behaviour '"+ in AbaqusInvalidModellingHypothesis()
67 : AbaqusException("Invalid tensor size declared '"+ in AbaqusInvalidNTENSValue()
79 : AbaqusException("''"+b+"' can't be used in "+ in AbaqusInvalidDimension()
H A DAbaqusInterfaceExceptions.cxx33 tfel::raise<AbaqusException>(msg.str()); in throwInvalidTensorSize()
46 tfel::raise<AbaqusException>(msg.str()); in throwUnMatchedNumberOfMaterialProperties()
59 tfel::raise<AbaqusException>(msg.str()); in throwUnMatchedNumberOfStateVariables()
64 const AbaqusException& e) in treatAbaqusException()
H A DMakefile.am383 AbaqusException.cxx \
H A DMakefile.in231 AbaqusInterfaceExceptions.cxx AbaqusException.cxx \
237 @HAVE_ABAQUS_TRUE@ libAbaqusInterface_la-AbaqusException.lo \
788 ./$(DEPDIR)/libAbaqusInterface_la-AbaqusException.Plo \
1488 @HAVE_ABAQUS_TRUE@ AbaqusException.cxx \
1750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libAbaqusInterface_la-AbaqusException.Plo@am__quot…
2052 libAbaqusInterface_la-AbaqusException.lo: AbaqusException.cxx
2053AbaqusException.lo -MD -MP -MF $(DEPDIR)/libAbaqusInterface_la-AbaqusException.Tpo -c -o libAbaqus…
2054 …)$(am__mv) $(DEPDIR)/libAbaqusInterface_la-AbaqusException.Tpo $(DEPDIR)/libAbaqusInterface_la-Aba…
2057 …AGS) -c -o libAbaqusInterface_la-AbaqusException.lo `test -f 'AbaqusException.cxx' || echo '$(srcd…
4038 -rm -f ./$(DEPDIR)/libAbaqusInterface_la-AbaqusException.Plo
[all …]
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/
H A DMakefile.am284 MFront/Abaqus/AbaqusException.hxx \
/dports/science/tfel/tfel-3.4.0/mfront/include/
H A DMakefile.am317 MFront/Abaqus/AbaqusException.hxx \
H A DMakefile.in168 @HAVE_ABAQUS_TRUE@ MFront/Abaqus/AbaqusException.hxx \
536 MFront/Abaqus/AbaqusException.hxx \
/dports/science/tfel-edf/tfel-3.2.1/
H A D.gitattributes2145 mfront/include/MFront/Abaqus/AbaqusException.hxx -text
2505 mfront/src/AbaqusException.cxx -text