#include <Panzer_BlockedDOFManagerFactory_decl.hpp>
template<typename LO, typename GO>
class panzer::BlockedDOFManagerFactory< LO, GO >
Definition at line 51 of file Panzer_BlockedDOFManagerFactory_decl.hpp.
template<typename LO, typename GO>
template<typename LO, typename GO>
template<typename LO , typename GO >
Does a fieldOrder string require blocking? A field order is basically stetup like this blocked: <field 0> <field 1> where two blocks will be created. To merge fields between blocks use a hyphen, i.e. blocked: <field 0> <field 1> - <field 2> - <field 3> This will create 2 blocks, the first contains only <field 0> and the second combines <field 1>, <field 2> and <field 3>. Note the spaces before and after the hyphen, these are important!
Definition at line 56 of file Panzer_BlockedDOFManagerFactory_impl.hpp.
template<typename LO , typename GO >
Does a fieldOrder string require blocking? A field order is basically stetup like this blocked: <field 0> <field 1> where two blocks will be created. To merge fields between blocks use a hyphen, i.e. blocked: <field 0> <field 1> - <field 2> - <field 3> This will create 2 blocks, the first contains only <field 0> and the second combines <field 1>, <field 2> and <field 3>. Note the spaces before and after the hyphen, these are important!
Definition at line 91 of file Panzer_BlockedDOFManagerFactory_impl.hpp.
template<typename LO , typename GO >
Use the physics block to construct a unique global indexer object.
- Parameters
-
[in] | mpiComm | MPI communicator to use in the construction |
[in] | physicsBlocks | A vector of physics block objects that contain unknown field information. |
[in] | connMngr | Connection manager that contains the mesh topology |
[in] | fieldOrder | Specifies the local ordering of the degrees of freedom. This is relevant when degrees of freedom are shared on the same geometric entity. The default is an alphabetical ordering. |
[in] | buildGlobalUnknowns | Build the global unknowns before returning. The default value gives backwards-compatible behavior. Set this to false if the caller will initialize the DOF manager in additional ways before issuing the call to build the global unknowns itself. |
- Returns
- A UniqueGlobalIndexer object. If buildGlobalUnknowns is true, the object is fully constructed. If it is false, the caller must finalize it.
Implements panzer::UniqueGlobalIndexerFactory< LO, std::pair< int, GO >, LO, GO >.
Definition at line 122 of file Panzer_BlockedDOFManagerFactory_impl.hpp.
template<typename LO, typename GO>
template<typename LO, typename GO>
template<typename LO, typename GO>
template<typename LO, typename GO>
template<typename LO, typename GO>
template<typename LO, typename GO>
The documentation for this class was generated from the following files: